This is the cl-geocode Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 03:55:07 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-geocodeaserve (system).
acl-compat (system).
cl-ppcre (system).
package.lisp (file).
zip-util.lisp (file).
geocode.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-geocode/package.lispcl-geocode (system).
location (structure).
location-latitude (reader).
(setf location-latitude) (writer).
location-longitude (reader).
(setf location-longitude) (writer).
make-load-form (method).
make-location (function).
print-object (method).
print-object (method).
zipcode-city (reader).
(setf zipcode-city) (writer).
zipcode-code (reader).
(setf zipcode-code) (writer).
zipcode-p (function).
zipcode-state (reader).
(setf zipcode-state) (writer).
zipcode-state-abbrev (reader).
(setf zipcode-state-abbrev) (writer).
copy-location (function).
copy-zipcode (function).
location-p (function).
make-zipcode (function).
zipcode (structure).
zipcode-location (reader).
(setf zipcode-location) (writer).
cl-geocode/zip-util.lispcl-geocode (system).
read-zipcodes-csv (function).
vector-of (function).
cl-geocode/geocode.lisppackage.lisp (file).
zip-util.lisp (file).
cl-geocode (system).
*default-key* (special variable).
*zipcodes* (special variable).
distance-between (function).
geocode (function).
location-near-p (function).
location-to-place (function).
location-to-zipcode (function).
place-to-location (function).
*place-to-location-re* (special variable).
Packages are listed by definition order.
cl-geocodeacl-compat.excl.
common-lisp.
net.aserve.
net.aserve.client.
*default-key* (special variable).
*zipcodes* (special variable).
distance-between (function).
geocode (function).
location (structure).
location-latitude (reader).
(setf location-latitude) (writer).
location-longitude (reader).
(setf location-longitude) (writer).
location-near-p (function).
location-to-place (function).
location-to-zipcode (function).
make-location (function).
place-to-location (function).
zipcode-city (reader).
(setf zipcode-city) (writer).
zipcode-code (reader).
(setf zipcode-code) (writer).
zipcode-p (function).
zipcode-state (reader).
(setf zipcode-state) (writer).
zipcode-state-abbrev (reader).
(setf zipcode-state-abbrev) (writer).
*place-to-location-re* (special variable).
copy-location (function).
copy-zipcode (function).
location-p (function).
make-zipcode (function).
read-zipcodes-csv (function).
vector-of (function).
zipcode (structure).
zipcode-location (reader).
(setf zipcode-location) (writer).
Definitions are sorted by export status, category, package, and then by lexicographic order.
A default Google Maps API key for calls to geocode. You can obtain a key by visiting http://www.google.com/apis/maps/signup.html.
Calculate the straight line distance on the surface of the earth between LOCATION1 and LOCATION2 using the "Great Circle Distance Formula". The values of the keyword UNIT can be :miles (the default), :nautical-miles or :kilometers.
Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coodinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers or position the map based on street addresses in your database or addresses supplied by users. The Google Maps API includes a geocoder that can be accessed via HTTP request.
Is LOCATION near REFERENCE location to WITHIN decimal degrees in both latitude and longitude?
city.
code.
| Jump to: | (
C D F G L M P R V Z |
|---|
| Jump to: | (
C D F G L M P R V Z |
|---|
| Jump to: | *
C L S |
|---|
| Jump to: | *
C L S |
|---|
| Jump to: | C F G L P S Z |
|---|
| Jump to: | C F G L P S Z |
|---|