TerminalLocationLog

描述航点的位置。

JSON 表示法
{
  "terminalPointId": {
    object (TerminalPointIdLog)
  },
  "place": string,
  "pointLocationSource": enum (PointSourceLog)
}
字段
terminalPointId

object (TerminalPointIdLog)

如果终点用作上车点或下车点,则此字段可用于改进和了解终点使用情况。

place

string

代表此位置的地点的资源名称。格式为 places/{place_id}

pointLocationSource

enum (PointSourceLog)

latlng point 字段的来源。

TerminalPointIdLog

标识上车地点。

JSON 表示法
{
  "id": string
}
字段
id

string

唯一的终点 ID(地点 ID),如果此位置是通过启发词语生成的,则为前缀为 GENERATED_PICKUP_LOCATION 的值。