CircleData

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
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
Link copied to clipboard
Link copied to clipboard
open fun getRadius(): Double
Returns the current radius of the MapCircle , in meters.
Link copied to clipboard
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