Hi all,
i have some code on this page:
http://www.maw8i3i.com/g_addstore.php
it utilizes API 3 and navigator.geolocation
sets the current location of the user
everything till here works fine.
the problem is here:
and the way it is supposed to work after that is
if the user clicks on the created marker it would open the info window
infowindow = new google.maps.InfoWindow({
content: html});
which is a table with a save button.... anyways this is not working properly
on the marker that is created by the navigation.geolocation ... when that
marker is clicked the eventlistener is not activated, you will have to
click elsewhere on the map for a new marker to be created and then
everything works as it is supposd to. I am almost sure it is a simple bug,
but i havent been able to pin point it for the last 6 hours... your help is
appreciated.
Thanks in advance.
Layth
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/ji-wf8VAm4cJ.
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.