| Name | Type | Description | Notes |
|---|---|---|---|
| latitude | Float | Latitude of the hotel on Google Maps. | [optional] |
| longitude | Float | Longitude of the hotel on Google Maps. | [optional] |
require 'unifapi'
instance = Unifapi::HotelSearchGeo.new(
latitude: null,
longitude: null
)