表示位置的容器。
JSON 表示法 | |
---|---|
{ "coordinates": { object ( |
字段 | |
---|---|
coordinates |
地理坐标。需要 |
formattedAddress |
显示地址,例如“1600 Amphitheatre Pkwy, Mountain View, CA 94043”。需要 |
zipCode |
邮政编码。需要 |
city |
城市。需要 |
postalAddress |
邮寄地址。需要 |
name |
地点的名称。 |
phoneNumber |
营业地点的电话号码,例如营业地点的联系电话号码或送货地点的电话号码。 |
notes |
关于该地点的备注。 |
placeId |
placeId 与 Places API 搭配使用,用于提取地点的详细信息。请参阅 https://developers.google.com/places/web-service/place-id |
LatLng
一个表示纬度/经度对的对象。该对象以一对双精度数(分别代表纬度度数和经度度数)来表示。除非另有说明,否则该对象必须符合 WGS84 标准。值必须介于标准化范围内。
JSON 表示法 | |
---|---|
{ "latitude": number, "longitude": number } |
字段 | |
---|---|
latitude |
纬度(以度为单位)。它必须在 [-90.0, +90.0] 范围内。 |
longitude |
经度(以度为单位)。它必须在 [-180.0, +180.0] 范围内。 |