メインコンテンツへスキップ

locationscanning

reality.locationscanning

Description

This event is emitted when all Project Locations have been loaded for scanning.

Event Properties

reality.locationscanning.data : { locations }

PropertyTypeDescription
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}

PropertyTypeDescription
idStringAn id for this Project Location that is stable within a session
nameStringProject Location name.
imageUrlStringURL to a representative image for this Project Location.
titleStringProject Location title.
latNumberLatitude of this Project Location.
lngNumberLongitude of this Project Location.