Liking cljdoc? Tell your friends :D

e85th.commons.geo


compose-addressclj

(compose-address street city state zip)

Takes components of an address and filters out non-blanks and constructs a ', ' separated string.

Takes components of an address and filters out non-blanks and constructs
a ', ' separated string.
sourceraw docstring

earth-radius-kmclj

source

earth-radius-milesclj

source

haversineclj

(haversine earth-radius {lon1 :lng lat1 :lat} {lon2 :lng lat2 :lat})

Taken from rosettacode.org

Taken from rosettacode.org
sourceraw docstring

haversine-kmclj

source

haversine-milesclj

source

IGeocodercljprotocol

Geocoding

Geocoding

geocodeclj

(geocode this address)

Geocode an address otherwise throws GeocodingException.

Geocode an address otherwise throws GeocodingException.

place-searchclj

(place-search this search-params)

Geocode an address otherwise throws GeocodingException.

Geocode an address otherwise throws GeocodingException.
sourceraw docstring

ILatLngcljprotocol

latclj

(lat this)

lngclj

(lng this)
source

IPointcljprotocol

xclj

(x this)

yclj

(y this)
source

new-lat-lngclj

(new-lat-lng lat lng)

Creates a new LatLng

Creates a new LatLng
sourceraw docstring

new-nil-geocoderclj

(new-nil-geocoder)
(new-nil-geocoder geocode place)

Creates a new geocoder that returns the same values. Does not make network calls.

Creates a new geocoder that returns the same values. Does not make network calls.
sourceraw docstring

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

× close