AI-generated Key Takeaways
-
Location
objects represent a geographic point with latitude and longitude coordinates, optionally including a compass heading. -
The
heading
field, applicable toDRIVE
andTWO_WHEELER
travel modes, indicates traffic flow direction for pickup/drop-off, ranging from 0 (North) to 360 degrees.
Encapsulates a location (a geographic point, and an optional heading).
JSON representation |
---|
{
"latLng": {
object ( |
Fields | |
---|---|
latLng |
The waypoint's geographic coordinates. |
heading |
The compass heading associated with the direction of the flow of traffic. This value specifies the side of the road for pickup and drop-off. Heading values can be from 0 to 360, where 0 specifies a heading of due North, 90 specifies a heading of due East, and so on. You can use this field only for |