Liking cljdoc? Tell your friends :D

geocoder.google


cityclj

(city address)

Returns the city of address.

Returns the city of `address`.
sourceraw docstring

countryclj

(country address)

Returns the country of address.

Returns the country of `address`.
sourceraw docstring

geocode-addressclj

(geocode-address geocoder address & {:as opts})

Geocode an address.

Geocode an address.
sourceraw docstring

geocode-locationclj

(geocode-location geocoder location & {:as opts})

Geocode a geographical location.

Geocode a geographical location.
sourceraw docstring

geocoderclj

(geocoder & [{:keys [api-key language sensor?]}])

Returns a new Google Maps geocoder.

Returns a new Google Maps geocoder.
sourceraw docstring

locationclj

(location address)

Returns the geographical location of address.

Returns the geographical location of `address`.
sourceraw docstring

long-nameclj

(long-name response type)

Extract the long name of the address type from response.

Extract the long name of the address type from response.
sourceraw docstring

postal-codeclj

(postal-code address)

Returns the postal code of address.

Returns the postal code of `address`.
sourceraw docstring

regionclj

(region address)

Returns the region of address.

Returns the region of `address`.
sourceraw docstring

short-nameclj

(short-name response type)

Extract the short name of the address type from response.

Extract the short name of the address type from response.
sourceraw docstring

street-nameclj

(street-name address)

Returns the street name of address.

Returns the street name of `address`.
sourceraw docstring

street-numberclj

(street-number address)

Returns the street number of address.

Returns the street number of `address`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close