Circle

data class Circle(var center: LngLatAlt = LngLatAlt(0.0, 0.0), var radius: Double = 0.0)

Constructors

Link copied to clipboard
constructor(center: LngLatAlt = LngLatAlt(0.0, 0.0), radius: Double = 0.0)

Properties

Link copied to clipboard
Link copied to clipboard