SITDirectionsError Constants Reference
Declared in | SITDirectionsError.h |
---|
SITDirectionsError
Error of the directions module
- kSITDirectionsErrorNetwork: a network error
- kSITDirectionsErrorUnauthorized: you are not allowed to use that information
- kSITDirectionsErrorBadRequest: parameters are invalid
Definition
typedef NS_ENUM(NSInteger, SITDirectionsError ) {
kSITDirectionsErrorNetwork = 0,
kSITDirectionsErrorUnauthorized,
kSITDirectionsErrorBadRequest,
};
Constants
Declared In
SITDirectionsError.h