SPGeofenceType
Objective-C
enum SPGeofenceType : NSUInteger {}
Swift
enum SPGeofenceType : UInt
Geofence types.
-
Geofence with limited info.
Declaration
Objective-C
SPGeofenceTypeInfo
Swift
case info = 0
-
Geofence that serves as a base for all geofences with geometry.
Declaration
Objective-C
SPGeofenceTypeGeneric
Swift
case generic = 1
-
Geofence with circular geometry.
Declaration
Objective-C
SPGeofenceTypeCircular
Swift
case circular = 2
-
Geofence with polygon geometry.
Declaration
Objective-C
SPGeofenceTypePolygon
Swift
case polygon = 3
-
Geofence with a circle around a bluetooth beacon
Declaration
Objective-C
SPGeofenceTypeBeacon
Swift
case beacon = 4
-
Number of geofence types.
Declaration
Objective-C
SPGeofenceTypeCount
Swift
case count = 5