Range
Represents a Range to be displayed by a RangeVisualization add-on.
Important: This is a Public Preview API. It may be changed or removed at any time.
Types
Link copied to clipboard
data class NamedCircle( val name: String, val origin: GeoCoordinate, val radius: Distance) : Range
Content copied to clipboard
Represents a named circle Range.
Link copied to clipboard
Represents a Range made of NamedCircles.
Link copied to clipboard
data class NamedPolygon(val name: String, val boundary: List<GeoCoordinate>) : Range
Content copied to clipboard
Represents a named polygon Range.
Link copied to clipboard
Represents a Range made of NamedPolygons.