FenceType
public enum FenceType : Equatable
Geofence polygon types.
-
Type representing an inclusion fence.
Declaration
Swift
case inclusion -
Type representing an exclusion fence.
Declaration
Swift
case exclusion -
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int)
View on GitHub
Install in Dash
FenceType Enumeration Reference