IAGSVenue
@objcMembers
public class IAGSVenue : NSObject
This GroundSage’s venue
-
Venue identifier
Declaration
Swift
public var id: String
-
Venue name
Declaration
Swift
public var name: String
-
This is an array of IAGSVenue.IAGSFloor object.
Declaration
Swift
public var floors: [IAGSVenue.IAGSFloor]
-
This is an array of IAGSVenue.IAGSAreaProperty object
Declaration
Swift
public var areas: [IAGSVenue.IAGSAreaProperty] { get set }
-
This is density configurations from server
Declaration
Swift
public var densityConfig: IAGSDensityConfig
-
This is configuration settings for density
See moreDeclaration
Swift
@objcMembers @objc(IAGSDensityConfig) public class IAGSDensityConfig : NSObject
-
An IAGSDensityLevelConfig object provides density level setting from server.
See moreDeclaration
Swift
@objcMembers @objc(IAGSDensityLevelConfig) public class IAGSDensityLevelConfig : NSObject
-
A structure used to describe a range value.
See moreDeclaration
Swift
@objcMembers @objc(IAGSRange) public class IAGSRange : NSObject
-
Floor information
See moreDeclaration
Swift
@objcMembers @objc(IAGSFloor) public class IAGSFloor : NSObject
-
This area polygon contains all coordinates and label name
See moreDeclaration
Swift
@objcMembers @objc(IAGSAreaProperty) public class IAGSAreaProperty : NSObject