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
floor
index of floor
-
Declaration
Objective-C
- (int)floor;
Swift
func floor() -> Int32
Return Value
floor index for geofence