LocationInfoLog

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.