get Nearest Collection
fun getNearestCollection(location: LngLatAlt, distance: Double, maxCount: Int, initialCollection: FeatureCollection? = null): FeatureCollection
getNearestCollection returns a FeatureCollection containing the nearest members of the rtree that are also within distance.
Parameters
location
Location to calculate distance from
distance
Maximum distance to return results for
max Count
Maximum number of results to return
initial Collection
A FeatureCollection to add to the results. This must be sorted by distance and is useful when combining the results of searches in two separate trees e.g. POI and markers.