Enumerations
The following enumerations are available globally.
-
Defines the type of region.
See moreDeclaration
Objective-C
enum ia_region_type {}Swift
enum ia_region_type : Int -
Defines the location service status.
See moreDeclaration
Objective-C
enum ia_status_type {}Swift
enum ia_status_type : Int -
Defines the accuracy of location.
See moreDeclaration
Objective-C
enum ia_location_accuracy {}Swift
enum ia_location_accuracy : Int -
Defines the error status of a wayfinding request
See moreDeclaration
Objective-C
enum ia_route_error {}Swift
enum ia_route_error : Int -
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, ia_wayfinding_tags_mode) { kIAWayfindingTagsModeAny = 0, kIAWayfindingTagsModeAll = 1 }Swift
enum ia_wayfinding_tags_mode : Int
Enumerations Reference