Builder
Constructors
Link copied to clipboard
open fun Builder(latitude: Double, longitude: Double, creator: ObjectCreator<MapMarker, MarkerData>)
Link copied to clipboard
open fun Builder(@NonNull geoCoordinates: GeoCoordinates, creator: ObjectCreator<MapMarker, MarkerData>)
Link copied to clipboard
open fun Builder(@NonNull screenPosition: ViewObjectData.Point, creator: ObjectCreator<MapMarker, MarkerData>)
Functions
Link copied to clipboard
Set the relative position of MapMarker from its anchored location.
Link copied to clipboard
Set clickable area defined by margins from image edges.
Link copied to clipboard
Set collisions for the marker image.
Link copied to clipboard
Set collisions for the marker label.
Link copied to clipboard
Set maximum zoom level for displaying the marker.
Link copied to clipboard
Set minimum zoom level for displaying the marker.
Link copied to clipboard
Link copied to clipboard
Set the styled label to be displayed with marker.
Set the label to be displayed with marker.
Link copied to clipboard