12.226 gmaps

Implements the Google Maps API

12.226.1 Gmaps Commands

12.226.1.1 gmaps

Command: gmaps
Google Maps Interaction.

This function has :around advice: ‘ad-Advice-gmaps’.

(fn)

12.226.1.2 gmaps-bicycling-directions

Command: gmaps-bicycling-directions (origin destination)
Biking directions from Google Maps.

This function has :around advice: ‘ad-Advice-gmaps-bicycling-directions’.

(fn ORIGIN DESTINATION)

12.226.1.3 gmaps-directions

Command: gmaps-directions (origin destination mode)
Display  directions obtained from Google Maps.

(fn ORIGIN DESTINATION MODE)

12.226.1.4 gmaps-driving-directions

Command: gmaps-driving-directions (origin destination)
Driving directions from Google Maps.

This function has :around advice: ‘ad-Advice-gmaps-driving-directions’.

(fn ORIGIN DESTINATION)

12.226.1.5 gmaps-locations-load

Command: gmaps-locations-load
Load saved GMaps locations.

12.226.1.6 gmaps-locations-save

Command: gmaps-locations-save
Save GMaps Locations.

12.226.1.7 gmaps-mode

Command: gmaps-mode
A Google Maps front-end for the Emacspeak desktop.

In addition to any hooks its parent mode ‘special-mode’ might have
run, this mode runs the hook ‘gmaps-mode-hook’, as the final or
penultimate step during initialization.

Key             Binding
——————————————————————————-
TAB             forward-button
SPC             gmaps-place-details
[               backward-page
]               forward-page
b               gmaps-bicycling-directions
c               gmaps-set-current-location
d               gmaps-driving-directions
f               gmaps-set-current-filter
n               gmaps-places-nearby
r               gmaps-set-current-radius
s               gmaps-places-search
t               gmaps-transit-directions
w               gmaps-walking-directions

M-i             backward-button

12.226.1.8 gmaps-place-details

Command: gmaps-place-details
Display details for place at point.
Insert reviews if already displaying details.

This function has :around advice: ‘ad-Advice-gmaps-place-details’.

(fn)

12.226.1.9 gmaps-place-reviews

Command: gmaps-place-reviews
Display reviews for place at point.
Place details need to have been expanded first.

12.226.1.10 gmaps-places-nearby

Command: gmaps-places-nearby (&optional clear-filter)
Find places near current location.
Uses default radius. optional interactive prefix arg clears any active filters.

This function has :around advice: ‘ad-Advice-gmaps-places-nearby’.

(fn &optional CLEAR-FILTER)

12.226.1.11 gmaps-places-search

Command: gmaps-places-search (query &optional clear-filter)
Perform a places search.
Use this only if you dont know the locality  of the place you’re looking for.
Optional  prefix arg clears any active filters.

This function has :around advice: ‘ad-Advice-gmaps-places-search’.

(fn QUERY &optional CLEAR-FILTER)

12.226.1.12 gmaps-set-current-filter

Command: gmaps-set-current-filter (&optional all)
Set up filter in current buffer.
Optional interactive prefix arg prompts for all filter fields.

(fn &optional ALL)

12.226.1.13 gmaps-set-current-location

Command: gmaps-set-current-location (address)
 Set current location.

This function has :around advice: ‘ad-Advice-gmaps-set-current-location’.

(fn ADDRESS)

12.226.1.14 gmaps-set-current-radius

Command: gmaps-set-current-radius (radius)
Set current radius

This function has :around advice: ‘ad-Advice-gmaps-set-current-radius’.

(fn RADIUS)

12.226.1.15 gmaps-transit-directions

Command: gmaps-transit-directions (origin destination)
Transit directions from Google Maps.

This function has :around advice: ‘ad-Advice-gmaps-transit-directions’.

(fn ORIGIN DESTINATION)

12.226.1.16 gmaps-walking-directions

Command: gmaps-walking-directions (origin destination)
Walking directions from Google Maps.

This function has :around advice: ‘ad-Advice-gmaps-walking-directions’.

(fn ORIGIN DESTINATION)

12.226.2 gmaps Options

Variable: User Option gmaps-api-key
Maps  API  key --- goto  https://code.google.com/apis/console to get one.

Default Value:

nil

Variable: User Option gmaps-my-address
Location address. Setting this updates gmaps-my-location
coordinates via geocoding.

Default Value:

nil