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
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
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
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
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
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
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
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
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
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;
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
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.
>
&
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
>
> 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
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
15 matches
Mail list logo