Hi,
I am a flex developer.So this is done using Flex .
var geocoder::ClientGeocoder = new ClientGeocoder("Bangalore");
geocoder.addEventListener(GeocodingEvent.GEOCODING_SUCCESS,
geoCoderResultHandler);
geocoder.addEventListener(GeocodingEvent.GEOCODING_FAILURE,
geoCoderFaultHandler)
geocoder.geocode("Bangalore");
private function geoCoderResultHandler(event:GeocodingEvent):void
{
Alert.show("Successfull");
}
Thanks,
Megharaja S.H
On Oct 6, 4:15 pm, jay <[EMAIL PROTECTED]> wrote:
> hello,
> i am using google map in one of my application. my query is as i
> store the address in a database as text, but when user comes on this
> google mappage( which i have embedded in my app). the google map
> should point it to that address. i know it works in longitude and
> latitude, ie (map.setCenter(new GLatLng(37.4419, -122.1419), 13)), but
> how do i keep changing this value according to my need.
>
> Any help will be appreciated..
>
> Regards
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---