Liking cljdoc? Tell your friends :D

clj-ocgeo.core


forward-requestclj

(forward-request query
                 api-key
                 &
                 {:keys [abbrev bounds countrycode language limit min_confidence
                         no_annotations no_dedupe no_record proximity roadinfo
                         add_request]
                  :as options})

Makes forward geocoding request which given an address or place name returns its coordinates and optional annotations.

Makes forward geocoding request which given an address or
place name returns its coordinates and optional annotations.
sourceraw docstring

response-ok?clj

(response-ok? response)

Checks whether the request was successful i.e. the returned status is 200

Checks whether the request was successful i.e. the returned status is 200
sourceraw docstring

reverse-requestclj

(reverse-request latitude longitude api-key & opts)

Make a reverse request, i.e. given a latitude and a longitude coordinates it returns a list of human understandable place names or addresses

Make a reverse request, i.e. given a latitude and a longitude
coordinates it returns a list of human understandable place names
or addresses
sourceraw docstring

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

× close