AI-generated Key Takeaways
- 
          Location is represented in JSON format using a pointobject.
- 
          The pointobject contains latitude and longitude coordinates within aLatLngobject, providing geographical location data.
A location with any additional identifiers.
| JSON representation | 
|---|
| { "point": { object ( | 
| Fields | |
|---|---|
| point | 
 The location's coordinates. Either  | 
| place | 
 The resource name of the place that represents this location. The format is  This is an experimental feature. | 
| pointLocationSource | 
 Output only. The source of the latlng  | 
PointSource
Indicates the source of a LatLng.
| Enums | |
|---|---|
| POINT_SOURCE_UNSPECIFIED | Point source unspecified. | 
| POINT_SOURCE_DEVELOPER_PROVIDED | The LatLngwas explicitly provided by the developer. | 
| POINT_SOURCE_CALCULATED_FROM_PLACE | The LatLngwas calculated from the provided place. |