CircleGeometry

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

Represents information about a circle.

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

Parameters

position

The center GeoPoint of the circle.

radiusInMeters

The radius.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard