I'm not sure where to post possible bugs, but the 1.8 SWC for flex did
not like this code, and my zooming was disabled:
                        //add the ZOOM control:
                                var topRight:ControlPosition =  new 
ControlPosition
(ControlPosition.ANCHOR_TOP_RIGHT, 10, 10);
                                var zoomOpts:ZoomControlOptions=new 
ZoomControlOptions({
                                  buttonSize: new Point(25, 25),
                                  buttonSpacing: new Point(0, 0),
                                  hasScrollTrack: false,
                                  position: topRight   });
                                var myZoomControl:ZoomControl = new 
ZoomControl(zoomOpts);
                                map.addControl(myZoomControl);

I switched it back to v 1.7a as I have a map that just went live for a
client.

It seemed like the 1.8 was a bit more robust for getting tiles, though
that may be my imagination.

cheers

On Nov 19, 11:36 am, "pamela (Google Employee)" <[EMAIL PROTECTED]>
wrote:
> Hi developers-
>
> We've released 1.8, and you can download it from the documentation
> now. The big feature in this release is support for use of the API in
> AIR applications. Read the blog post 
> here:http://googlegeodevelopers.blogspot.com/2008/11/google-maps-api-for-f...
>
> The list of issues fixed/fulfilled are 
> here:http://code.google.com/p/gmaps-api-issues/issues/list?can=1&q=Fixed:1.8
>
> A full changelog will be available tomorrow.
>
> Enjoy, and please post regression bugs (or demos :).
>
> - pamela
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to