Enumerations

The following enumerations are available globally.

  • Defines the type of region.

    See more

    Declaration

    Objective-C

    enum ia_region_type {}

    Swift

    enum ia_region_type : Int
  • Defines the location service status.

    See more

    Declaration

    Objective-C

    enum ia_status_type {}

    Swift

    enum ia_status_type : Int
  • Defines the accuracy of location.

    See more

    Declaration

    Objective-C

    enum ia_location_accuracy {}

    Swift

    enum ia_location_accuracy : Int
  • Defines the error status of a wayfinding request

    See more

    Declaration

    Objective-C

    enum ia_route_error {}

    Swift

    enum ia_route_error : Int