The Daily Build

Icon

Software Development, version 3.0

Firefox Quick Search for Google Maps

I recently found myself wanting to quickly figure out how far (both miles and driving time) it is to various destinations. At first I was keeping a Firefox tab open to Google Maps and kept keying in the address for the destination. Then I realized that I could make a “Quick Search” and get the info faster. Add this link to your Quick Searches folder:

http://maps.google.com/maps?f=d&saddr=Elm+St,+ Manchester,+NH+03101&daddr=%s&output=html

[Formatted here for readability. Put it all on one line with no spaces.]

Edit the properties so that the “saddr=” part is your start address. Change the keyword to “gm”. This is set to only output simple HTML (no map). If you want the full map, remove the &output=html on the end.

Now, when you need to get a quick idea of how long it is going to take you to get somewhere, open a new tab and type “gm city, state”.

Share and Enjoy:
  • del.icio.us
  • Digg
  • Sphinn
  • Facebook
  • Mixx
  • Google Bookmarks
  • Twitter
  • FriendFeed
  • Posterous
  • email

Related posts:

  1. Five Days to a Django Web App: Day Four, Deployment Thanks for your patience, and for coming back for...
  2. Five Days to a Django Web App: Day Three, Coding Thanks for coming back for Day Three! [Note: Sorry...
  3. Using Python’s ctypes to Call Into C Libraries The ctypes module makes loading and calling into a dynamic...
  4. Python Exception Handling: Cleanup and Reraise I’ve had this code around for a while and...
  5. Who Else Wants Better Short Term Memory? In “Talent is Overrated”, Geoff Colvin at one point...

Category: news

Tagged:

Leave a Reply

Related Posts

Related posts:

  1. Five Days to a Django Web App: Day Four, Deployment Thanks for your patience, and for coming back for...
  2. Five Days to a Django Web App: Day Three, Coding Thanks for coming back for Day Three! [Note: Sorry...
  3. Using Python’s ctypes to Call Into C Libraries The ctypes module makes loading and calling into a dynamic...
  4. Python Exception Handling: Cleanup and Reraise I’ve had this code around for a while and...
  5. Who Else Wants Better Short Term Memory? In “Talent is Overrated”, Geoff Colvin at one point...