On Jan 30, 5:05 pm, John <[email protected]> wrote: > Can I change the API key the marker is not where I want it on the map > and the soom level is wrong?
The API key makes the API work on your site. That's all. Everything else (marker, centring, zoom etc) is controlled by Javascript lines which look something like map.setCenter(...) or map.setCenter(...,z) where z is the zoom level map.setZoom(...); marker=new GMarker(...); Have a look at the documentation. Start at http://code.google.com/apis/maps/documentation/introduction.html Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
