Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
55 lines (48 loc) · 2 KB

File metadata and controls

55 lines (48 loc) · 2 KB

LocationIQClient::Address

Properties

Name Type Description Notes
house_number String [optional]
road String [optional]
residential String [optional]
borough String [optional]
neighbourhood String [optional]
quarter String [optional]
hamlet String [optional]
suburb String [optional]
island String [optional]
village String [optional]
town String [optional]
city String [optional]
city_district String [optional]
county String [optional]
state String [optional]
state_district String [optional]
postcode String [optional]
country String [optional]
country_code String [optional]
state_code String [optional]

Code Sample

require 'LocationIQClient'

instance = LocationIQClient::Address.new(house_number: null,
                                 road: null,
                                 residential: null,
                                 borough: null,
                                 neighbourhood: null,
                                 quarter: null,
                                 hamlet: null,
                                 suburb: null,
                                 island: null,
                                 village: null,
                                 town: null,
                                 city: null,
                                 city_district: null,
                                 county: null,
                                 state: null,
                                 state_district: null,
                                 postcode: null,
                                 country: null,
                                 country_code: null,
                                 state_code: null)