IAGSAreaProperty
@objcMembers
@objc(IAGSAreaProperty)
public class IAGSAreaProperty : NSObject
This area polygon contains all coordinates and label name
-
Area identifier
Declaration
Swift
public var id: String
-
This is floor level number.
Declaration
Swift
public var floorLevel: Int
-
This is area description.
- It will support localized name in future.
Declaration
Swift
public var name: String
-
This geometry contains all coordinate location
Declaration
Swift
public var geometry: [CLLocation]?