Hi Group, This is perhaps a javascript question but it is in the context of Google Maps. I hope it is acceptable to post here.
I have an array of GTileLayer objects. These each have a getTileUrl and some other functions and properties. The issue is that the function assigned to getTileUrl is a pointer to a function, so I cannot assign separate functions to separate objects in the array. How does one best work around (or with) this? Can getTileUrl access the object that is calling it so that I can store information there and only use 1 getTileUrl function? If tried accessing the object calling the function via parent but that did not work. Any pointers (pun intended) will be appreciated, -k. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
