GeoCircle

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

Constructors

Link copied to clipboard
constructor(center: GeoPoint, radius: GeoDistance)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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