ArcgisGeocode v0.1.0 ArcgisGeocode.Geocoder
Geocodes a given Address and returns an ArcgisGeocode.GeocodeResult
.
Summary
Functions
Geocodes the given address and returns an ArcgisGeocode.GeocodeResult
struct
Functions
Specs
geocode(String.t) :: {:ok | :error, %ArcgisGeocode.GeocodeResult{city: term, error: term, formatted: term, lat: term, lon: term, state_abbr: term, state_name: term, street_name: term, street_number: term, street_type: term, zip_code: term}}
Geocodes the given address and returns an ArcgisGeocode.GeocodeResult
struct.