Experimental
Experimental
Experimental
The coordinate of the current position.
Experimental
The direction the user is facing in degrees from north clockwise.
Experimental
Enable the Blue Dot. It will be hidden until a position is received either from the browser or by calling BlueDot.update.
Optional
options: TBlueDotOptionsThe options to setup the Blue Dot.
Experimental
Sets the camera to follow the Blue Dot's position as it updates. User interaction will cancel following automatically.
Optional
cameraOptions: TFollowCameraOptionsExperimental
Unsubscribe a function previously subscribed with on
An event name to which the provided function was previously subscribed.
A function that was previously passed to on. The function must have the same reference as the function that was subscribed.
Experimental
Subscribe a function to an event.
An event name which, when fired, will call the provided function.
A callback that gets called when the corresponding event is fired. The callback will get passed an argument with a type that's one of event payloads.
Experimental
Manually override some position properties of the Blue Dot. Accepts a full GeolocationPosition object or a partial TBlueDotPositionUpdate object.
Experimental
Enable or disable the devices's geolocation listener to automatically position the Blue Dot. If enabled, the device will request permission to access the user's precise location.
Whether to enable or disable the listener.
The accuracy of the current position in metres.