On Nov 10, 5:11 pm, Travis <[EMAIL PROTECTED]> wrote: > I posting two locations to my map but I only have one bubble > location. In the command I have it set up for two bubbles.
There is only one infoWindow on a map. It's not possible to have two open at once, which is why usually they are opened with a click on a marker. (In fact what the API does is rebuild the infoWindow every time there's an openInfoWindow command) You may be able to use a third-party infoWindow provider like EWindow or EBubble -- see Mike's tutorial http://econym.org.uk/gmap/ Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
