Product Details
Hacking Google Maps and Google Earth (ExtremeTech)

Hacking Google Maps and Google Earth (ExtremeTech)
By Martin C. Brown

List Price: $29.99
Price: $21.89 & eligible for FREE Super Saver Shipping on orders over $25. Details

Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com

55 new or used available from $4.50

Average customer review:

Product Description

This one-of-a-kind resource contains 500 pages of jaw-dropping hacks, mods, and customizations. These include creating mashups with data from other sources such as Flickr, building a space station tracker, hacking Maps with Firefox PiggyBank, and building a complete community site with Maps and Earth. Now you can map out locations, get driving directions, zoom into any point on the globe, display real time traffic, and much more.


Product Details

  • Amazon Sales Rank: #411464 in Books
  • Published on: 2006-07-24
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 408 pages

Editorial Reviews

Review
"Code examples are extensive. A comfortable read in readily understandable 'how to' format."GEO:connexion May 2008

From the Back Cover
Going somewhere? Or just getting back?

Great vacation photos—too bad you can't remember where you took them. And wouldn't it have been terrific to find a pizza joint when you bumped into your college buddy in that little ski town? Well, by making Google Maps and Google Earth do your bidding, you can find out not only where you're going, but where you've been. Get an aerial view of the beach in that picture. Pinpoint every Thai takeout in your girlfriend's zip code. Plan the Great International Rollercoaster Tour. Here's how.

Get Going

Create applications that let you do all this and more

  1. Make maps that reveal statistical data
  2. Plot routes to include or avoid key factors
  3. Build a community site
  4. Create a realtor's presentation
  5. Calculate distances for routes
  6. Show where your holiday photos were taken
  7. Merge Flickr photos onto a map
  8. Highlight archaeological information

Companion Web site

Visit http://maps.mcslp.com to find full source code for all hacks and mods in the book, working examples, ongoing information about Google Maps and Google Earth, a blog, and more.

About the Author
Martin "MC" Brown is the author of numerous computer books and a devoted mapping geek. He's a regular contributor to ServerWatch.com and IBM developerWorks, and he is currently a member of the MySQL Documentation Team. His expertise spans multiple platforms and development languages.


Customer Reviews

Organized, clearly written, but misleading title2
While I enjoyed the author's clear writing style, and I was pleased to see that the level of detail and explanation given in each chapter is consistent, I did not find the book's content to be particularly valuable.

The book is organized very well, and it reads like a Google Maps tutorial, rather than a hacks book. The flow from chapter to chapter is similar to the Maps API online documentation, which makes following along with Google's documentation a breeze while reading the book.

The first 100 pages were introductory, describing Google Local, the Maps API, ways to store and share information, and so on in very general terms. This puts all users on equal footing, but it seemed odd to see so much basic information in a book about hacking Google Maps.

One thing that shocked me, especially given the approach taken in the first 100 pages, was to see all of the examples written in Perl. If the introductory lessons are needed by anyone, chances are that programming / scripting is new to him/her, and I don't see Perl as the appropriate language to learn at that point.

Version 1 of the API is used throughout the book, but version 2 was released in April 2006. Version 2 is largely backwards compatible, but Google has asked everyone to move to version 2, saying that v1 support can be turned off at any point. This doesn't take away from the value of the lessons, but it does add some overhead. I consulted Google's documentation and adjusted all of the books examples for the api changes as I read.

Another thing that particularly surprised me was the mention of using scraping techniques to extract geocoding data, without mentioning the drawbacks to doing so. Personally, I avoid scraping like the plague. There's no better way to break an app than to scrape its data. Geocoding is part of the v2 api, btw.

To summarize, the book is a clearly laid out introduction to using the Google Maps API, and it is written well, but I wouldn't recommend it to a friend. For an introduction to maps, I would consult Google's much-improved online documentation, and O'Reilly's "Google Maps Hacks" is a better read for what I would consider hacks (also written to api v1).

Limited info on Google Earth2
If you are primarily interested in Google Earth, use Web based resources. Material on Google Earth is limited and appears to be appended to a book written on Google Maps.

Already out of date, but still worth the read4
Although I really enjoy this book, it's too bad that it's already out of date (as mentioned in other reviews).

As someone with very little previous experience with JavaScript, I found this book to be really helpful it describing how to make stuff happen. I personally have found the Google Maps API Documentation to be far too terse and difficult to figure out; kinda like reading a dictionary to learn how to write.

This book takes the simplistic Google examples and builds on to them to give you a better idea of how you might actually build an application.

True, "Hacking Google Maps" might not be the best title for the book ("Introduction to Google Maps" might be more appropriate) but it was a very well written and useful book for getting my own Google Maps mash-up going.