IAGSAreaProperty

class IAGSAreaProperty: Any

This area polygon contains all coordinates and label name

Fields

Name Description
val id: String

Area identifier

val floorLevel: Int

This is floor level number.

val description: String

This is area description.

  • It will support localized name in future.
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>?