Google Maps API

TwitterFacebook
Get flash to fully experience Pearltrees

Google Maps: 100+ Best Tools and Mashups

http://mashable.com/2009/01/08/google-maps-mashups-tools/ Most people think of Google Maps in terms of finding a place or business, or getting directions from one point to another. Others use the satellite images and terrain mapping features. But there are tons of other uses out there for Google maps. From mapping the weather and news to mapping things that aren't maps at all, like paintings or magazines, Google Maps has a lot to offer. And there are free tools available out there for those who want to use the Google Maps API without doing a bunch of coding.
http://googlemapsmania.blogspot.com/2008/10/beer-and-wine-on-google-maps.html

Beer and Wine on Google Maps

Stag Night Wizard Stag Night Wizard is a Google Maps mash-up designed to help the best man plan a great stag night or weekend. Currently the site offers a route planner for stag nights in Manchester or London in the UK but has plans to add Barcelona, Nottingham, Blackpool and Dublin soon.
http://www.mikejcorey.com/wordpress/2010/03/07/google-maps-api-hands-on-training-part-1/ Go to part two of the training Presumed knowledge: HTML Moderate Javascript understanding CSS Basic XML What you’ll need: [js light="true"] <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>My awesome first Google map</title> <!–mikejcorey.com key (will work offline, but not if you upload it to another site)–> <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAnXJbcYra5cIfy6uPpLTD6hQ5QqU9rgaQFdjDVk398i-rXfaBgBTE1-zdxRWaL7MjmfClkvNiI-i4KA&sensor=false" type="text/javascript"></script> <script language="Javascript"> //<![CDATA[ var objMap; //A variable we declare early so our map is accessible outside the function that creates it.

Google Maps API hands-on training, part 1 | mikejcorey.com

– July 26, 2009 Posted in: News and posts OK, you’ve learned to create a basic Google map and call in a static XML file. Here’s my advanced tutorial on the Google Maps API that I gave at the 2009 Investigative Reporters and Editors CAR conference in March. Now let’s move on to the advanced stuff. We’ll cover: http://www.mikejcorey.com/wordpress/2009/07/26/going-beyond-mymaps-2-advanced-google-maps-api-tutorial/

Going beyond MyMaps 2: Advanced Google Maps API tutorial | mikejcorey.com