Location
Hotel location and address (from provider address). Use root-level countryName/countryCode for canonical geo.
addressstringnullable
Primary address line.
line2stringnullable
Secondary address line (backward compatibility).
citystringnullable
City name from address.
statestringnullable
State or province.
countryCodestringnullable
ISO 3166-1 alpha-2 from address.
countryNamestring
Human-readable country name when countryCode is set; empty when unknown.
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",
"countryName": "string",
"postalCode": "string",
"latitude": 0,
"longitude": 0
}