Builder
class Builder : ViewObjectDataBuilder<MarkerData.Builder, MapMarker, MarkerData>
Content copied to clipboard
Constructors
Builder
Link copied to clipboard
open fun Builder(latitude: Double, longitude: Double, creator: ObjectCreator<MapMarker, MarkerData>)
Content copied to clipboard
Builder
Link copied to clipboard
open fun Builder(@NonNull geoCoordinates: GeoCoordinates, creator: ObjectCreator<MapMarker, MarkerData>)
Content copied to clipboard
Builder
Link copied to clipboard
open fun Builder(@NonNull screenPosition: ViewObjectData.Point, creator: ObjectCreator<MapMarker, MarkerData>)
Content copied to clipboard
Functions
set Anchor Position
Link copied to clipboard
open fun setAnchorPosition(@NonNull anchorPosition: PointF): MarkerData.Builder
Content copied to clipboard
Set the relative position of MapMarker from its anchored location.
set Clickable Area
Link copied to clipboard
open fun setClickableArea(left: Int, top: Int, right: Int, bottom: Int): MarkerData.Builder
Content copied to clipboard
Set clickable area defined by margins from image edges.
set Max Zoom Level
Link copied to clipboard
Set maximum zoom level for displaying the marker.
set Min Zoom Level
Link copied to clipboard
Set minimum zoom level for displaying the marker.
with Icon
Link copied to clipboard
with Label
Link copied to clipboard
Set the styled label to be displayed with marker.
Set the label to be displayed with marker.
with Payload
Link copied to clipboard