IAGSVenue

class IAGSVenue: Any

Venue information for GroundSage service

Fields

Name Description
val id: String

Venue identifier

val name: String

Venue name

val floors: Array<IAGSFloor>

This is an array of IAGSVenue.IAGSFloor object.

val areas: Array<IAGSAreaProperty>

This is an array of IAGSVenue.IAGSAreaProperty object

val densityConfig: IAGSDensityConfig

This is density configurations from server

Constructors

<init>

constructor(id: String, name: String, floors: Array<IAGSFloor>, areas: Array<IAGSAreaProperty>, densityConfig: IAGSDensityConfig)

Venue information for GroundSage service

Parameters

Name Description
id: String
name: String
floors: Array<IAGSFloor>
areas: Array<IAGSAreaProperty>
densityConfig: IAGSDensityConfig