Triangle

data class Triangle(val origin: LngLatAlt, val left: LngLatAlt, val right: LngLatAlt)

FeatureTree is a class which stores FeatureCollections within an rtree which gives us faster spatial searching. The APIs all return either FeatureCollections or Features.

Constructors

Link copied to clipboard
constructor(origin: LngLatAlt, left: LngLatAlt, right: LngLatAlt)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard