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
var coordinate: GeoCoordinate

The GeoCoordinate property of the center of the Circle.

Link copied to clipboard
var fillColor: Color

The fill Color property of the Circle.

Link copied to clipboard
val id: UniqueId
Link copied to clipboard
var isVisible: Boolean

Determines whether the Circle is visible or hidden.

Link copied to clipboard
var outlineColor: Color

The outline Color property of the Circle.

Link copied to clipboard
var outlineRadius: Double

The outer circle radius property.

Link copied to clipboard
var radius: Double

The Circle radius property.