Circle

class Circle

A Circle overlay which was added to the map.

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

See also

TomTomMap.addCircle(options: CircleOptions) to check how to configure and add a new Circle.

Parameters

id

Unique Circle identifier.

Functions

Link copied to clipboard
fun remove()

Removes the Circle from the map.

Properties

Link copied to clipboard

The GeoPoint property of the center of the Circle.

Link copied to clipboard

The fill Color property of the Circle.

Link copied to clipboard
Link copied to clipboard

Determines whether the Circle is visible or hidden.

Link copied to clipboard

The outline Color property of the Circle.

Link copied to clipboard

The outer circle radius property.

Link copied to clipboard
@get:FloatRange(from = 0.0, fromInclusive = false)
@set:FloatRange(from = 0.0, fromInclusive = false)
var radius: Double

The Circle radius property.