Feature Tree
Functions
Link copied to clipboard
generateFeatureCollection returns a FeatureCollection containing all of the features from within the rtree.
Link copied to clipboard
Link copied to clipboard
generateNearbyFeatureCollection returns a FeatureCollection containing all of the features within distance of the location provided
Link copied to clipboard
fun generateNearestFeatureCollection(location: LngLatAlt, distance: Double, maxCount: Int): FeatureCollection
generateNearestFeatureCollection returns a FeatureCollection containing the nearest members of the rtree that are also within distance.
Link copied to clipboard
fun generateNearestFeatureCollectionWithinTriangle(triangle: Triangle, maxCount: Int): FeatureCollection
Link copied to clipboard
getNearestFeature returns a Feature that is the nearest member of the rtree that is also within distance.
Link copied to clipboard