Helen, A common way of implementing properties is providing both a get_ and set_ function, if there is no set_ function provided this would mean that the property is read-only. Not so specific for the Google API, a common coding convention you may find in many SDK's
I think in this case, you cannot change the resolution of a MapType object because it is a read-only property, you define it when creating layers, overlays or MapTypes and cannot change it afterwards, my guess is you need to create a new MapTypeOptions object and assign this to the existing MapType you have... Bart --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" 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-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
