LocationInfoLog
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
在 Deliveries API 中具有任何其他标识符的位置。
JSON 表示法 |
{
"point": {
object (LatLng )
},
"place": string,
"pointLocationSource": enum (PointSourceLog )
} |
字段 |
point |
object (LatLng )
相应位置的纬度/经度。
|
place |
string
代表此位置的地点的资源名称。格式为 places/{place_id} 。
|
pointLocationSource |
enum (PointSourceLog )
latlng point 字段的来源。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-31。
[null,null,["最后更新时间 (UTC):2025-08-31。"],[],["The JSON representation of a location in the Deliveries API includes a `point` field. This `point` is an object containing the latitude and longitude (`LatLng`) coordinates of the location. The provided schema defines the structure for specifying a geographic location using the `LatLng` object within the `point` field. The core information is that a `location` is represented with a `point` that holds `LatLng`.\n"],null,[]]