Hi Pamela ... very true ! haha - by the way how much would that cost ? I see the examples but i don't know where to put the code in my action script. take care
On May 25, 5:57 pm, pamela fox <pamela....@gmail.com> wrote: > Hi Matthew- > > People don't generally write your code for you unless you pay them. :) > > I'd suggest reading through the markers documentation, there are many > examples to learn > from:http://code.google.com/apis/maps/documentation/flash/overlays.html#Ma... > > - pamela > > On Sun, May 24, 2009 at 3:21 PM, Matthew <i...@pubstitute.com> wrote: > > > i have the simple starting point for a map : > > all i wanna do is put on a "zoom in/out" and a standard "marker" with > > some personalised text > > > can anyone do that for me ? > > > import com.google.maps.LatLng; > > import com.google.maps.Map; > > import com.google.maps.MapEvent; > > import com.google.maps.MapType; > > > var map:Map = new Map(); > > map.key = > > "ABQIAAAA4VURmJWVCIxcSShGXyhXHBTKF6W5Q7EGt8fhGS4MAtlq9morNhSkTxbd6yARnCtDDV > > FvabKU4D1rdA"; > > map.setSize(new Point(stage.stageWidth, stage.stageHeight)); > > map.addEventListener(MapEvent.MAP_READY, onMapReady); > > this.addChild(map); > > > function onMapReady(event:Event):void { > > map.setCenter(new LatLng(47.349497,5.0419416), 16, > > MapType.NORMAL_MAP_TYPE); > > } --~--~---------~--~----~------------~-------~--~----~ 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 google-maps-api-for-flash@googlegroups.com To unsubscribe from this group, send email to google-maps-api-for-flash+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---