CircleData

open class CircleData : ViewObjectData

Types

Link copied to clipboard
class Builder : ViewObjectDataBuilder<B, I, D>

Functions

Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getCenter(): GeoCoordinates
Returns the GeoCoordinate representing the current center of the MapCircle .
Link copied to clipboard
open fun getFillColor(): Int
Returns the current fill color for this MapCircle.
Link copied to clipboard
open fun getLineColor(): Int
Returns the current border line color for this MapCircle.
Link copied to clipboard
open fun getLineWidth(): Int
Returns the current border line width for this MapCircle, in pixels.
Link copied to clipboard
open fun getPayload(): Parcelable
Link copied to clipboard
open fun getPosition(): GeoCoordinates
Link copied to clipboard
open fun getRadius(): Double
Returns the current radius of the MapCircle , in meters.
Link copied to clipboard
open fun getScreenPosition(): ViewObjectData.Point
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)

Properties

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