CircleData

open class CircleData : ViewObjectData

Types

Builder
Link copied to clipboard
class Builder : ViewObjectDataBuilder<CircleData.Builder, MapCircle, CircleData>

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
getCenter
Link copied to clipboard
open fun getCenter(): GeoCoordinates
Returns the GeoCoordinate representing the current center of the MapCircle .
getFillColor
Link copied to clipboard
open fun getFillColor(): Int
Returns the current fill color for this MapCircle.
getLineColor
Link copied to clipboard
open fun getLineColor(): Int
Returns the current border line color for this MapCircle.
getLineWidth
Link copied to clipboard
open fun getLineWidth(): Int
Returns the current border line width for this MapCircle, in pixels.
getPayload
Link copied to clipboard
open fun getPayload(): Parcelable
getPosition
Link copied to clipboard
open fun getPosition(): GeoCoordinates
getRadius
Link copied to clipboard
open fun getRadius(): Double
Returns the current radius of the MapCircle , in meters.
getScreenPosition
Link copied to clipboard
open fun getScreenPosition(): ViewObjectData.Point
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<CircleData>