RadiusUnit

enum RadiusUnit : Enum<RadiusUnit>

Options related to a radius given in the CircleOptions. Determines the way that circle is drawn on map.

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

See also

Entries

Link copied to clipboard

Size on the map is fixed in meters. The rendered Circle has its size adjusted to the current zoom level.

Link copied to clipboard

Size on the map is in pixel. Changes of the zoom level has no effect on the rendered Circle.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int