Geocoder::Address
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(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)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
city
Sourcecountry
Sourcecounty
Sourcemunicipality
Sourceneighborhood
Sourcepostal_code
Sourceprovince
Sourcestate
Sourcestreet1
Sourcestreet2
Sourcesuburb
Sourcezip
Source