Warning

This feature is available in the Full MapKit SDK version

YMKSearchPhoneType

enum YMKSearchPhoneType : UInt, @unchecked Sendable

Phone type

Summary

Enum cases

case phone = 0
Phone

case fax = 1
Fax

case phoneFax = 2
Both phone and fax

Enum cases

phone

case phone = 0

Phone.


fax

case fax = 1

Fax.


phoneFax

case phoneFax = 2

Both phone and fax.