Enumerations

The following enumerations are available globally.

  • @typedef SITAccessibilityMode

    A list of accessibility modes that can be chosen when computing a route.

    See more

    Declaration

    Objective-C

    enum SITAccessibilityMode {}
  • The quality of the location. Is only used indoor.

    See more

    Declaration

    Objective-C

    enum kSITQualityValues {}
  • Type of error the location manager can return.

    See more

    Declaration

    Objective-C

    enum SITLocationError {}
  • SITLocationState

    @note: Represents the current state of the SITLocationManager.

    See more

    Declaration

    Objective-C

    enum SITLocationState {}
  • The interval indicating how often positions will be uploaded to realtime

    See more

    Declaration

    Objective-C

    enum SITRealtimeUpdateInterval {}
  • The type of action the user should perform in order to arrive to the destination.

    See more

    Declaration

    Objective-C

    enum kSITIndicationActions {}
  • The type of turn (if any) the user should perform in order to arrive to the destination.

    See more

    Declaration

    Objective-C

    enum kSITIndicationOrientation {}
  • Type of error the real time manager can return.

    See more

    Declaration

    Objective-C

    enum SITRealTimeError {}