SmartLabelData

open class SmartLabelData : ViewObjectData

Types

Builder
Link copied to clipboard
class Builder : ViewObjectDataBuilder<SmartLabelData.Builder, MapSmartLabel, SmartLabelData>

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
equals
Link copied to clipboard
open fun equals(o: Any): Boolean
getAnchorPosition
Link copied to clipboard
open fun getAnchorPosition(): PointF
getClickableArea
Link copied to clipboard
open fun getClickableArea(): Rect
getForcedSize
Link copied to clipboard
open fun getForcedSize(): ViewObjectData.Point
getImageBitmap
Link copied to clipboard
open fun getImageBitmap(): BitmapFactory
getMaxImageSize
Link copied to clipboard
open fun getMaxImageSize(): ViewObjectData.Point
getMaxTextSize
Link copied to clipboard
open fun getMaxTextSize(): ViewObjectData.Point
getMaxZoomLevel
Link copied to clipboard
open fun getMaxZoomLevel(): Float
getMinZoomLevel
Link copied to clipboard
open fun getMinZoomLevel(): Float
getPayload
Link copied to clipboard
open fun getPayload(): Parcelable
getPosition
Link copied to clipboard
open fun getPosition(): GeoCoordinates
getRoute
Link copied to clipboard
open fun getRoute(): Route
getScreenPosition
Link copied to clipboard
open fun getScreenPosition(): ViewObjectData.Point
getStyleBitmap
Link copied to clipboard
open fun getStyleBitmap(): BitmapFactory
getText
Link copied to clipboard
open fun getText(): StyledText
hashCode
Link copied to clipboard
open fun hashCode(): Int
isHorizontalMirroringEnabled
Link copied to clipboard
open fun isHorizontalMirroringEnabled(): Boolean
isVerticalMirroringEnabled
Link copied to clipboard
open fun isVerticalMirroringEnabled(): Boolean
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<SmartLabelData>