Re: [Google Maps API v3] Re: Creating a Basic Map Problem

2011-04-01 Thread James McGill
Maps API v3 does not use keys. The code I sent you loads the API from a different URL (in the script tag). You need to load it from the same URL. On Fri, Apr 1, 2011 at 9:26 PM, Iratus wrote: > Thank you very much for your help but still haven't manage to make it work > > > I changed the co

Re: [Google Maps API v3] Re: Creating a Basic Map Problem

2011-04-01 Thread Iratus
Thank you very much for your help but still haven't manage to make it work I changed the code of* "mapdiv"* to *"mymap"*but still doesn't load. How can I make changes so I don't use V2 but V3 and make my map work ??? I saw the code you sent me but is a little bit different. I don't need to

Re: [Google Maps API v3] Re: Creating a Basic Map Problem

2011-03-31 Thread James McGill
I think the main problem is that you are loading Maps API v2 and then trying to use Maps API v3 syntax/code. Click view source on this page: http://code.google.com/apis/maps/documentation/javascript/examples/map-simple.html to see an example of how to write what you are trying to achieve. On Fri

Re: [Google Maps API v3] Re: Creating a Basic Map Problem

2011-03-31 Thread Andrew Leach
On 31 March 2011 22:45, Iratus wrote: > Hello again > > I can not really understand where exactly is the thing you say within my > code (mapdiv). Cause there is not really this word !!! Er... var map = new google.maps.Map(document.getElementById("mapdiv"), opt); This needs to match your div:

[Google Maps API v3] Re: Creating a Basic Map Problem

2011-03-31 Thread Iratus
Hello again I can not really understand where exactly is the thing you say within my code (*mapdiv*). Cause there is not really this word !!! Thank you again for your help -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To p

[Google Maps API v3] Re: Creating a Basic Map Problem

2011-03-31 Thread usgolfers
needs to be mymap not *mapdiv * -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+u