> In a separate file map_data.php I have an array of different markers
> that contains the Lat Long and the description. I see from the example
> above that you can make an array of tabs and then assign them to open
> with an action listener but Im wanting to assign the tabs within my
> array of markers is that possible?

That's up to you.  If you've got an array like markers[n] for example,
you might also set arrays like tab0[n] and tab1[n] that you could
access from the listeners.   A quick way to do that would be to assign
a custom property to each marker of 'n'
    marker.myId = n ;
In your listener you can read back 'n' and index into your tabs arrays
with it.
--~--~---------~--~----~------------~-------~--~----~
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