Interface ngeoGeolocationOptions

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

Properties

accuracyFeatureStyle?: StyleLike

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

atLoadingTime?: boolean

Toggle geolocating at loading time if true.

autoRotate?: boolean

Autorotate.

positionFeatureStyle?: StyleLike

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

zoom?: number

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