PolygonData

open class PolygonData : ViewObjectData

Types

Builder
Link copied to clipboard
class Builder : ViewObjectDataBuilder<PolygonData.Builder, MapPolygon, PolygonData>

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
getBorderColor
Link copied to clipboard
open fun getBorderColor(): Int
Returns the color of polygon border.
getBorderRadius
Link copied to clipboard
open fun getBorderRadius(): Float
Returns the radius of border part.
getCenterColor
Link copied to clipboard
open fun getCenterColor(): Int
Returns the color of polygon center.
getCenterRadius
Link copied to clipboard
open fun getCenterRadius(): Float
Returns the radius of center part.
getPayload
Link copied to clipboard
open fun getPayload(): Parcelable
getPosition
Link copied to clipboard
open fun getPosition(): GeoCoordinates
getScreenPosition
Link copied to clipboard
open fun getScreenPosition(): ViewObjectData.Point
getVertices
Link copied to clipboard
open fun getVertices(): List<GeoCoordinates>
Returns the GeoCoordinate array that comprise the border of the MapPolygon.
hashCode
Link copied to clipboard
open fun hashCode(): Int
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<PolygonData>