SPGeofenceType
Objective-C
enum SPGeofenceType : NSUInteger {}
Swift
enum SPGeofenceType : UInt
Geofence types.
-
Geofence with limited info.
Declaration
Objective-C
SPGeofenceTypeInfoSwift
case info = 0 -
Geofence that serves as a base for all geofences with geometry.
Declaration
Objective-C
SPGeofenceTypeGenericSwift
case generic = 1 -
Geofence with circular geometry.
Declaration
Objective-C
SPGeofenceTypeCircularSwift
case circular = 2 -
Geofence with polygon geometry.
Declaration
Objective-C
SPGeofenceTypePolygonSwift
case polygon = 3 -
Geofence with a circle around a bluetooth beacon
Declaration
Objective-C
SPGeofenceTypeBeaconSwift
case beacon = 4 -
Number of geofence types.
Declaration
Objective-C
SPGeofenceTypeCountSwift
case count = 5
SPGeofenceType Enumeration Reference