sdk / com.mapbox.search / ReverseMode

ReverseMode

enum class ReverseMode

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

Enum Values

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.