Marker
Deprecated
Marker is an annotation that shows an icon image at a geographical location. The default marker uses a provided icon. This icon can be customized using IconFactory to generate an Icon using a provided image. Markers are added to the map by first giving a LatLng and using addMarker. The marker icon will be centered at this position so it is common to add padding to the icon image before usage.
Markers are designed to be interactive. They receive click events by default, and are often used with event listeners to bring up info windows. An InfoWindow is displayed by default when either a title or snippet is provided.
Deprecated
As of 7.0.0, use MapLibre Annotation Plugin instead
Constructors
Link copied to clipboard
Creates a instance of Marker using the builder of Marker.
Functions
Link copied to clipboard
Do not use this method, used internally by the SDK.
Link copied to clipboard
Do not use this method, used internally by the SDK.
Link copied to clipboard
Do not use this method, used internally by the SDK.
Link copied to clipboard
Do not use this method, used internally by the SDK.
Link copied to clipboard
Do not use this method, used internally by the SDK.
Link copied to clipboard
Do not use this method, used internally by the SDK.
Link copied to clipboard
Do not use this method, used internally by the SDK.