SPGeofenceGeometry
Objective-C
@interface SPGeofenceGeometry : SPGeofence
Swift
class SPGeofenceGeometry : SPGeofence
Extends SPGeofence with extra information
-
Sets floor index for geofence. Default floor is 0.
Declaration
Objective-C
- (void)setFloor:(int)floor;Swift
func setFloor(_ floor: Int32)Parameters
floorindex of floor
-
Declaration
Objective-C
- (int)floor;Swift
func floor() -> Int32Return Value
floor index for geofence
SPGeofenceGeometry Class Reference