I tried to host my map on geocities and tripod but it kept telling me
wrong key (I made new keys for them). I am trying to store the geodata
of each marker in to an array as I place them. The y component of the
data stores perfectly, as I confirmed with an alert. However the x
component does not store at all. Did I do this wrong, or is there
something preventing that from being stored? Is there another way to
store the coordinates of each marker?

The two lines of code are below, but I uploaded the full html file for
clarity (ignore the spain address links udner the map)
http://www.filefactory.com/file/35fd91/n/googhtmlv5_html

           "   targetxgeo.push(point.x);
              targetygeo.push(point.y);     "

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to