Guyz,

I am using Googlemap-flash api for rendering my G-Map in my app. I
need multiple geocoding results for a single geocode query.

Example.

var geoCode:ClientGeocoder = new ClientGeocoder();
geoCode.addEventListener(GeocodingEvent.GEOCODING_SUCCESS,
onResult);
geoCode.addEventListener(GeocodingEvent.GEOCODING_FAILURE, onFault);
geoCode.geocode("KFC, Newyork");

The response i got from google map services returns a single address
of KFC in newyork (using placemarks). I need all the address of KFC's
in newyork in a single Google service geocoding call..

Can anyone lend hand for me to sort this out.? Please suggest like
anyother single google api call that returns multiple geocoding
results along with addresses.

Please share a link that has Google Local API search + Flex/Flash
integration

Million Thanks!!!

-- 
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.

Reply via email to