I am using like this :

var rg = new GReverseGeocoder(map);
GEvent.addListener(rg, "load", goodResult);
GEvent.addListener(rg, "error", badResult);

function goodResult(Placemark)
{
 // getting the address.
}


I am doing like this. Is there any other way?
Or can you give me a good example on how to make it more accurate.

@geocoezip

I am not using Geocoder, I am doing ReverseGeocoding(sending lat/lon
to get address)

Waiting for your reply
Regards
Abhishek

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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?hl=.


Reply via email to