I'm not sure if this is the right place to post this but there is a small typo that causes a compiling error in the sample code that is provided on this page: http://code.google.com/apis/maps/documentation/flash/tutorial-flash.html
In this line: map.setSize(new Point(stage.stageWidth, stage.stageHeight); It is missing a ")" and should be: map.setSize(new Point(stage.stageWidth, stage.stageHeight)); It's also wrong in the "Setting the Map Size" section too :) Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
