[Embed(source="images/sun.svg")] [Bindable] public var imgCls:Class; var svgImg:Image = new Image(); img.source = imgCls ; var imgOverlay:GroundOverlay = new GroundOverlay(svgImg,new LatLngBounds(new LatLng(40.716216,-74.213393), new LatLng (40.765641,-74.139235))); map.addOverlay(imgOverlay);
Thanks. On Jul 10, 8:21 pm, "pamela (Google Employee)" <[email protected]> wrote: > Great, Mili. > > Feel free to share your demo in the group; it's been asked before here. :) > > - pamela > > > > On Sat, Jul 11, 2009 at 7:12 AM, Mili<[email protected]> wrote: > > > Oh! it does....I managed to display svg on google map ... > > > -thanks > > > On Jul 10, 3:48 pm, Mili <[email protected]> wrote: > >> Does google map using flex API support to display SVG file as an > >> ground overlay so that it can scale as per the zoom level of map? > > >> -thanks- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
