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
Functions
setAnchorPosition
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.Value 0,0 is top left location, 1,1 is bottom right.Default value is 0.5, 0.5.
setClickableArea
Link copied to clipboard
open fun setClickableArea(left: Int, top: Int, right: Int, bottom: Int): MarkerData.Builder
Content copied to clipboard
setMaxZoomLevel
Link copied to clipboard
setMinZoomLevel
Link copied to clipboard
withIcon
Link copied to clipboard
withLabel
Link copied to clipboard
open fun withLabel(@NonNull() styledLabel: StyledText): MarkerData.Builder
Content copied to clipboard
withPayload
Link copied to clipboard