object (rpcLocator) | |
locale | string |
{- "locator": {
- "ipAddress": "string",
- "coordinates": {
- "latitude": 0.1,
- "longitude": 0.1
}
}, - "locale": "string"
}
{- "status": "RESULT_STATUS_UNSPECIFIED",
- "places": {
- "property1": {
- "entityId": "string",
- "parentId": "string",
- "name": "string",
- "type": "PLACE_TYPE_UNSPECIFIED",
- "iata": "string",
- "coordinates": {
- "latitude": 0.1,
- "longitude": 0.1
}
}, - "property2": {
- "entityId": "string",
- "parentId": "string",
- "name": "string",
- "type": "PLACE_TYPE_UNSPECIFIED",
- "iata": "string",
- "coordinates": {
- "latitude": 0.1,
- "longitude": 0.1
}
}
}
}
locale required | string Locale of the request. |
{- "status": "RESULT_STATUS_UNSPECIFIED",
- "places": {
- "property1": {
- "entityId": "string",
- "parentId": "string",
- "name": "string",
- "type": "PLACE_TYPE_UNSPECIFIED",
- "iata": "string",
- "coordinates": {
- "latitude": 0.1,
- "longitude": 0.1
}
}, - "property2": {
- "entityId": "string",
- "parentId": "string",
- "name": "string",
- "type": "PLACE_TYPE_UNSPECIFIED",
- "iata": "string",
- "coordinates": {
- "latitude": 0.1,
- "longitude": 0.1
}
}
}
}