Re: Reverse Geocoding address data

2009-12-30 Thread Macroman
Ok. But I don't know: how can I send response with mouse click... -- import mx.controls.Alert; import com.google.maps.LatLng; import com.google.maps.Map; import com.google.maps.MapEvent; import com.google.maps.MapMouseEvent; import com.google.map

Re: Reverse Geocoding address data

2009-12-30 Thread Macroman
I'm realy sory, i tryed to do it until 3 days, but i got finaly found my mistake now, i just miss "geocoder.geocode(address.text);" line at end of script, thanx for everything. On 29 Aralık, 16:55, Macroman wrote: > how can i get address data onClick? i can't find any domo about it, i > searched

Re: Reverse Geocoding address data

2009-12-29 Thread pamela (Google Employee)
Please look through the geocoding documentation and make sure you understand that before moving on to reverse geocoding: http://code.google.com/apis/maps/documentation/flash/services.html#Geocoding_Object Geocoding is an asynchronous operation, which means it sends a response to the server, then

Reverse Geocoding address data

2009-12-29 Thread Macroman
how can i get address data onClick? i can't find any domo about it, i searched group, found somethings and tryed it but can't get result: -- import mx.controls.Alert; import com.google.maps.Lat

Re: how to get the continent name in reverse geocoding

2009-10-28 Thread pamela (Google Employee)
amelafox-samplecode.googlecode.com/svn/trunk/petition_world/geodata.py>That was just scraped off wikipedia. You could do an AS3 mapping of country -> continent codes. - pamela On Wed, Oct 28, 2009 at 9:04 PM, Gavri wrote: > > Hi, > > I'm using reverse geocoding (lets sa

how to get the continent name in reverse geocoding

2009-10-28 Thread Gavri
Hi, I'm using reverse geocoding (lets say a point inside Brooklyn) The top level Geo hierarchy i get in the respond is USA - how do i get the continent name from Google clientGeocoder? thanks --~--~-~--~~~---~--~~ You received this message because yo

Re: Reverse Geocoding Result

2008-12-23 Thread pamela (Google Employee)
Hi CJ- The geocoding output currently uses something called xAL (an XML schema) to format the structured address details, and it means that different elements sometimes appear at different points in the AddressDetails chain. You should actually be able to inspect just the first result of the revers

Reverse Geocoding Result

2008-12-19 Thread CJ
Hi, I'm currently calling the ClientGeocoder.reverseGeocode() method and it's returning the event as expected and I'm able to get the placemarks array with no problems. However, when inspecting this placemarks array in the debugger, there doesn't seem to be a lot of consistency between subsequen

Re: Reverse Geocoding

2008-12-05 Thread Flexa
ilure); this.addEventListener(Event.ADDED_TO_STAGE, onMarkerAddedToStage) // or maybe the more cleaner solution // this.addEventListener(MapEvent.OVERLAY_ADDED, onOverlayAdded); } private function onMarkerAddedToStage(e:Event):void { if(myDataLoaded == false){ // loadData.. start reverse geocoding

Re: Reverse Geocoding

2008-12-05 Thread lucianopopo
Hi Flexa, thank you for your help. But the code didn´t work. I don´t know how to put this code inside my code. This is what I´m doing: import com.google.maps.LatLng; import com.google.maps.LatLngBounds; import com.google.maps.Map; import com.google.maps.MapEvent; import com.google.maps.MapType;

Re: Reverse Geocoding

2008-12-04 Thread Flexa
gFailure); > > 3. have fun with the result > private function handleGeocodingSuccess(e:GeocodingEvent):void { > >    var placemarks:Array = e.response.placemarks; > > } > > On Dec 4, 7:53 pm, lucianopopo <[EMAIL PROTECTED]> wrote: > > > Hi ev

Re: Reverse Geocoding

2008-12-04 Thread Flexa
TED]> wrote: > Hi everybody, > > Anyone knows how to do a Reverse Geocoding? > > I know that exist this method:  ClientGeocoder.reverseGeocode(), but I > don´t know how to use it. Anyone has any example? I didn´t find any > example over the internet. > &

Reverse Geocoding

2008-12-04 Thread lucianopopo
Hi everybody, Anyone knows how to do a Reverse Geocoding? I know that exist this method: ClientGeocoder.reverseGeocode(), but I don´t know how to use it. Anyone has any example? I didn´t find any example over the internet. Thanks. Luciano Fernandes

Re: reverse geocoding?

2008-10-30 Thread pamela (Google Employee)
> > When we will be in reverse geocoding for AS3 is very important for > me? and if not how it could solve this?... and you know of any > example? > > cheers, > > Ricardo Arg > > > --~--~-~--~~~---~--~~ You received this message be

reverse geocoding?

2008-10-30 Thread Ricardo Arg
Hi Pamela, When we will be in reverse geocoding for AS3 is very important for me? and if not how it could solve this?... and you know of any example? cheers, Ricardo Arg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the