SPMapViewErrorCode
Objective-C
enum SPMapViewErrorCode : NSInteger {}
Swift
enum SPMapViewErrorCode : Int
SPMapView Error Codes
-
No location is found
Declaration
Objective-C
SPMapViewErrorCodeNoLocationFound = 700547Swift
case noLocationFound = 700547 -
Bluetooth is off and no location is found
Declaration
Objective-C
SPMapViewErrorCodeBluetoothOff = 715517Swift
case bluetoothOff = 715517 -
Location timed out. See SPMapViewConfig property ‘locationTimeout’.
Declaration
Objective-C
SPMapViewErrorCodeLocationTimeout = 717335Swift
case locationTimeout = 717335 -
Bluetooth permission is not granted
Declaration
Objective-C
SPMapViewErrorCodeBluetoothUnauthorized = 727564Swift
case bluetoothUnauthorized = 727564
SPMapViewErrorCode Enumeration Reference