BuildingPosition
Indicates the user’s position relative to a building.
Values
| Value | Description |
|---|---|
unknown | Position is unknown or not yet determined. |
inside | User is inside the building. |
outside | User is outside the building. |
maybeInside | User may be inside the building (uncertain). |
Properties
| Property | Type | Description |
|---|---|---|
name | String | Available on Enum, provided by the EnumName extension The name of the enum value. (no setter) |
Methods
toJson
toJson() → StringLast updated on