Location
Hotel location and address information
addressstringnullable
Primary address line
line2stringnullable
Secondary address line (for backward compatibility)
citystringnullable
City name
statestringnullable
State or province
countryCodestringnullable
ISO 3166-1 alpha-2 country code
postalCodestringnullable
Postal or ZIP code
latitudenumber<float>nullable
Latitude coordinate
longitudenumber<float>nullable
Longitude coordinate
Location
{
"address": "string",
"line2": "string",
"city": "string",
"state": "string",
"countryCode": "string",
"postalCode": "string",
"latitude": 0,
"longitude": 0
}