Hi,
Im just looking at GClientGeocoder in order to do a reverse geocode.
I've used geocoder.getLocations(GLatLng) to begin a search. At this
point I also provide the user with a 'cancel' link to prevent the user
waiting if the information is not forthcoming.
But I can't see how I can stop the callback being called if the user
clicks 'cancel'.
I tried geocoder.reset() - but that didn't work!!
I guess I'll see if the cancel link is still visible or not - but
surely there is a better way??
Any ideas?
Many thanks
Ben