CircleGeometry

data class CircleGeometry(val position: GeoCoordinate, val radiusInMeters: Int) : Geometry

Represents information about a circle.

Parameters

position

The center GeoCoordinate of the circle.

radiusInMeters

The radius.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun CircleGeometry(position: GeoCoordinate, radiusInMeters: Int)

Properties

Link copied to clipboard
val position: GeoCoordinate
Link copied to clipboard
val radiusInMeters: Int