Hotel location details when present.
| Name | Type | Description | Notes |
|---|---|---|---|
| Neighborhood | string | Neighborhood where the hotel is located. | [optional] |
| NeighborhoodDescription | string | [optional] | |
| MapsUrl | string | Google Maps URL for the hotel location. | [optional] |
| OverallScore | decimal | Overall location score from 1 to 5. | [optional] |
| ScoreByCategories | Dictionary<string, decimal> | Location sub-scores by category, such as transit or things_to_do. | [optional] |
| Latitude | decimal | Latitude of the hotel on Google Maps. | [optional] |
| Longitude | decimal | Longitude of the hotel on Google Maps. | [optional] |
| Extras | Dictionary | [optional] |