locationscanning
reality.locationscanning
Description
This event is emitted when all Project Locations have been loaded for scanning.
Event Properties
reality.locationscanning.data : { locations }
Property | Type | Description |
---|---|---|
locations | [LocationObject] | An array of objects containing Location information |
LocationObject
LocationObject
is an object containing the following properties:
LocationObject: {id, name, imageUrl, title, lat, lng}
Property | Type | Description |
---|---|---|
id | String | An id for this Project Location that is stable within a session |
name | String | Project Location name. |
imageUrl | String | URL to a representative image for this Project Location. |
title | String | Project Location title. |
lat | Number | Latitude of this Project Location. |
lng | Number | Longitude of this Project Location. |