Google Maps on the TiVo.  By David Blackledge, May 2010.
http://David.Blackledge.com/tivo

Just run GoogleMaps.bat then go to your TiVo's Music, Photos & More option to 
find the "Map" application.

Google Maps limits to about 1000 queries a day per viewer.
Uses Google Geocoding API to transition from a location to panning lat/lon and 
to translate lat/lon to a location again.

SELECT brings up the keyboard for entering a location to move to.  
THUMBS UP sets a marker and FF/RW jump to the markers that have been set.  
PLAY identifies the current location.  
ADVANCE changes map types.  
INFO displays a list of all controls.  

This application uses TyPo for TiVo, an auto-completing keyboard included in
cbd.tivo.widgetsGadgets.jar.  It includes 2 files of auto-completion words and
will load several others found in the Moby word lists available from the
Gutenberg project if they are present in the classpath.  It also maintains a
user file for words not in those lists.

The Moby file PLACES.TXT must be in the classpath for the TyPo keyboard to find 
it and include it in the completions.  The included batch file includes this 
directory in the classpath, so PLACES.TXT is automatically included correctly.

