enum class ReverseMode
Decides how results are sorted in a reverse geocoding query if multiple results are requested using a limit other than 1.
DISTANCE |
Default, causes the closest feature to always be returned first. |
SCORE |
Allows high-prominence features to be sorted higher than nearer, lower-prominence features. |