ReverseMode

enum ReverseMode : Enum<ReverseMode>

Decides how results are sorted in a reverse geocoding query if multiple results are requested using a limit other than 1.

Entries

SCORE
Link copied to clipboard
Allows high-prominence features to be sorted higher than nearer, lower-prominence features.
DISTANCE
Link copied to clipboard
Default, causes the closest feature to always be returned first.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int