Warning

This feature is available in the Full MapKit SDK version

YMKSearchToponymResultMetadataSearchMode

enum YMKSearchToponymResultMetadataSearchMode : UInt, @unchecked Sendable

Search mode.

Summary

Enum cases

case geocode = 0
Search from text to toponym

case reverse = 1
Search from coordinates to toponym

Enum cases

geocode

case geocode = 0

Search from text to toponym.


reverse

case reverse = 1

Search from coordinates to toponym.