Thanks, Bart, for that great explanation. I think the following demo may be what you're looking for: http://code.google.com/apis/maps/documentation/flash/demogallery.html?searchquery=limited&classname=
On Fri, Feb 27, 2009 at 6:28 AM, Bart <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
