AI-generated Key Takeaways
-
Location is represented in JSON format using a
point
object. -
The
point
object contains latitude and longitude coordinates within aLatLng
object, 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 LatLng was explicitly provided by the developer. |
POINT_SOURCE_CALCULATED_FROM_PLACE |
The LatLng was calculated from the provided place. |