struct

Geocoder::Address

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(street1 : Nil | String = nil, street2 : Nil | String = nil, neighborhood : Nil | String = nil, municipality : Nil | String = nil, suburb : Nil | String = nil, city : Nil | String = nil, county : Nil | String = nil, state : Nil | String = nil, zip : Nil | String = nil, country : Nil | String = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

city
Source
country
Source
county
Source
municipality
Source
neighborhood
Source
postal_code
Source
province
Source
state
Source
street1
Source
street2
Source
suburb
Source