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

Link copied to clipboard
class Mutable

Properties

Link copied to clipboard

The animation duration between location updates. If this is null, duration will be calculated at runtime.

Link copied to clipboard

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.

Link copied to clipboard

The magnification level to apply to the marker model.

Link copied to clipboard

The type of location marker, eg: chevron, pointer, custom.

Functions

Link copied to clipboard

Copies the CurrentLocationMarkerProperties and applies the changes by configure to the copied instance.