Forum Moderators: phranque
How do I get the exact map I want to appear on my web page? Sounds simple, but I can't figure it out. I signed-up for an API key, but how do I get the "link" to the actual map i want to show? I put the Google Map Documentation sample code on a page and it works fine, showing the map indicated in the sample. I just want to have a different map. Any assistance to my most basic question?
Thanks!
[edited by: LifeinAsia at 3:28 pm (utc) on Aug. 16, 2006]
change the latitude and longitude to the town you want to map, to get the lat/long of a place you can use google to search for [geocoder] and look for the site with a tld of us, it should be the first. you could also goto yahoo or google maps map the place, then view the source to get it.
yahoo maps allow you to center the map automatically by just an address or zipcode and they do the geocoding for you, the google map api v2 has geocoding for points on the map, but i havent tested to see if you can open a map with just an address or zip, though i assume you probaly can.