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