google-maps-el
The google-maps Emacs extension allows to display Google Maps directly inside Emacs.
It fully implements the Google Static Maps API and the Google Maps Geocoding API.
Download
It is available from:
- git://git.naquadah.org/google-maps.git (gitweb)
There's no tagged release for now.
Manual
The easiest way to use it is to load it from your .emacs:
(require 'google-maps)
You can then use M-x google-maps and type a location.
Various key bindings are available. Here's a few:
- + or - to zoom in or out;
- z to set a zoom level via prefix;
- q to quit;
- m to add or remove markers;
- c to center the map on a place;
- t to change the maptype;
- w to copy the URL of the map to the kill-ring.
If you want to use advanced feature, you should take a look at google-maps-static-show and google-maps-geocode-request functions.




