Menu:

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:

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:

If you want to use advanced feature, you should take a look at google-maps-static-show and google-maps-geocode-request functions.