Type Alias ngeoGeolocationOptions

ngeoGeolocationOptions: {
    accuracyFeatureStyle?: StyleLike;
    atLoadingTime?: boolean;
    autoRotate?: boolean;
    positionFeatureStyle?: StyleLike;
    zoom?: number;
}

Options for the geolocation directive.

Type declaration

  • OptionalaccuracyFeatureStyle?: StyleLike

    The style to use to sketch the accuracy feature, which is a regular polygon.

  • OptionalatLoadingTime?: boolean

    Toggle geolocating at loading time if true.

  • OptionalautoRotate?: boolean

    Autorotate.

  • OptionalpositionFeatureStyle?: StyleLike

    The style to use to sketch the position feature, which is a point.

  • Optionalzoom?: number

    If set, in addition to recentering the map view at the location, determines the zoom level to set when obtaining a new position