Hi all, I have a parent HTML that displays a number of buttons. The primary functionality of the page is to get the coordinates of moving targets using Ajax. This works fine - the coords are all stored in an array that I want to display on a map. I can get the map and I can create markers (I test that part of the code individually and it works). However when I integrate the code with the parent page code I see the following: (1) I cannot display the map into the parent HTML - I tried using innerHTML (the map canvas is initialized properly) but no luck. Is there a link in the Map API that shows how a map can be embedded into an existing (parent) html? (2) If I simply test the code that displays the map and I import a number of Ajax libs (ex. prorotype.js) the map does not show borders or zoom control or cursor control etc. Anyone else has seen this? Why would the import of an external lib that is irrelevant to the map api affect it?
Thanks -- 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 [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-js-api-v3?hl=en.
