get Nearest Feature
fun getNearestFeature(location: LngLatAlt, ruler: Ruler, distance: Double = Double.POSITIVE_INFINITY): Feature?
getNearestFeature returns a Feature that is the nearest member of the rtree that is also within distance.
Parameters
location
Location to calculate distance from
distance
Maximum distance to return results for