Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 407 Bytes

File metadata and controls

20 lines (14 loc) · 407 Bytes

Unifapi::HotelSearchGeo

Properties

Name Type Description Notes
latitude Float Latitude of the hotel on Google Maps. [optional]
longitude Float Longitude of the hotel on Google Maps. [optional]

Example

require 'unifapi'

instance = Unifapi::HotelSearchGeo.new(
  latitude: null,
  longitude: null
)