Builder
class Builder : ViewObjectDataBuilder<SmartLabelData.Builder, MapSmartLabel, SmartLabelData>
Content copied to clipboard
Constructors
Builder
Link copied to clipboard
open fun Builder(@NonNull() route: Route, creator: ObjectCreator<MapSmartLabel, SmartLabelData>)
Content copied to clipboard
Functions
setAnchorOffset
Link copied to clipboard
Set the relative position of MapSmartLabel from its anchored locationValue 0,0 is top left location, 1,1 is bottom rightDefault value is 0.0,0.
setClickableArea
Link copied to clipboard
open fun setClickableArea(left: Int, top: Int, rigth: Int, bottom: Int): SmartLabelData.Builder
Content copied to clipboard
setForcedSize
Link copied to clipboard
setHorizontalMirroringEnabled
Link copied to clipboard
open fun setHorizontalMirroringEnabled(horizontalMirroringEnabled: Boolean): SmartLabelData.Builder
Content copied to clipboard
setImageBitmap
Link copied to clipboard
open fun setImageBitmap(@NonNull() imageBitmap: BitmapFactory): SmartLabelData.Builder
Content copied to clipboard
setMaxImageSize
Link copied to clipboard
setMaxTextSize
Link copied to clipboard
setMaxZoomLevel
Link copied to clipboard
setMinZoomLevel
Link copied to clipboard
setStyleBitmap
Link copied to clipboard
open fun setStyleBitmap(@NonNull() styleBitmap: BitmapFactory): SmartLabelData.Builder
Content copied to clipboard
setText
Link copied to clipboard
setVerticalMirroringEnabled
Link copied to clipboard
open fun setVerticalMirroringEnabled(verticalMirroringEnabled: Boolean): SmartLabelData.Builder
Content copied to clipboard
withPayload
Link copied to clipboard