CurrentLocationMarkerProperties
The styling and presentation properties of the location marker on the map.
An instance of this class can be constructed with the CurrentLocationMarkerProperties fake constructor function.
Types
Mutable variant of CurrentLocationMarkerProperties.
Properties
The animation duration between location updates. If this is null, duration will be calculated at runtime.
The model url to use for a custom marker. The only supported format is glTF 2.0. The supported model file extension is the binary-based format (.glb), while the text-based format (.gltf) is not supported.
The magnification level to apply to the marker model.
The type of location marker, eg: chevron, pointer, custom.
Functions
Copies the CurrentLocationMarkerProperties and applies the changes by configure to the copied instance.