On Nov 16, 7:29 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi i have done several google searches with no luck, and was hoping > someone here might be able to help, I have a mysql database for my > markers which works fine, all the markes show up on the map as they > should, when you load the page you can specify the latlang in the url > and would like the info window to pop up automatically if there is a > marker at that coordinate, Is this even possable
Yes it is possible, just be careful in you coordinate comparison, you probably want to choose how close is the same, rather than looking for equal. > if so does any one have an example Most examples open a specific marker by index number, not coordinates. Like this: http://www.geocodezip.com/xmlTabsQueryStringLinkTo.asp?marker=1&tab=2 I haven't seen one that does what you ask (I seem to remember some that add a marker based on coordinates in the query string). -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
