create

fun create(center: GeoPoint, radius: Distance): GeoCircle

Create a GeoCircle instance.

Parameters

center

The center of the circle.

radius

the radius of the circle.