GeoCircle

class GeoCircle(center: GeoPoint, radius: GeoDistance) : GeoShape

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val center: GeoPoint
Link copied to clipboard
val radius: GeoDistance