On Jan 25, 11:34 am, Mike Wellman <mike.well...@gmail.com> wrote:
> Thank you, but I have read into that functionality.  I don't need to create
> a marker.  The marker already exists on the map.  I just need to open it's
> infowindow.

One option:
Keep track of your markers as you add them to the map.  Iterate
through that array checking to see if the distance of the target lat/
lng is less than some small distance (if you are adventurous you can
try equal), if true, trigger the click event on the marker that
matched.

  -- Larry

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to