LocationInfoLog

  • Locations in the Deliveries API can include additional identifiers.

  • Locations are represented using JSON and include a point field.

  • The point field contains latitude and longitude coordinates as a LatLng object.

A location with any additional identifiers in the Deliveries API.

JSON representation
{
  "point": {
    object (LatLng)
  },
  "place": string,
  "pointLocationSource": enum (PointSourceLog)
}
Fields
point

object (LatLng)

The lat/lng of the location.

place

string

The resource name of the place that represents this location. The format is places/{place_id}.

pointLocationSource

enum (PointSourceLog)

The source of the latlng point field.