(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.
(haversine earth-radius {lon1 :lng lat1 :lat} {lon2 :lng lat2 :lat})
Taken from rosettacode.org
Taken from rosettacode.org
Geocoding
Geocoding
(geocode this address)
Geocode an address otherwise throws GeocodingException.
Geocode an address otherwise throws GeocodingException.
(place-search this search-params)
Geocode an address otherwise throws GeocodingException.
Geocode an address otherwise throws GeocodingException.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close