Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1005 Bytes

File metadata and controls

18 lines (14 loc) · 1005 Bytes

Unifapi.Sdk.Model.HotelPlace

Hotel location details when present.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]