class IAGSAreaProperty: Any
Fields
Name | Description |
---|---|
val id: String
|
Area identifier |
val floorLevel: Int
|
This is floor level number. |
val description: String
|
This is area description.
|
val geometry: Array<IAGSLocation>?
|
This geometry contains all coordinate location |
Constructors
<init>
constructor(id: String, floorLevel: Int, description: String, geometry: Array<IAGSLocation>?)
This area polygon contains all coordinates and label name
Parameters
Name | Description |
---|---|
id: String
|
|
floorLevel: Int
|
|
description: String
|
|
geometry: Array<IAGSLocation>?
|
This area polygon contains all coordinates and label name