Place
The Place Data Type is used to store location data, commonly from a Map Control. As the Map Control's behavior is to save the app user's geo-location, an app builder can create a Place variable to store this data for future access. A Place Data Type Variable can also be used to store location or data from a Place App Object or from an external source.
There is no-redefined schema for Place Variables as they may contain as little or as much information as required by the controls that are bound to it:
For example, this Place Variable has addressComponents
:
This is also a Place Variable:
Last updated