Home | History | Annotate | Download | only in camera

Lines Matching refs:geocoder

28 import android.location.Geocoder;
237 Geocoder geocoder = new Geocoder(context);
238 new ReverseGeocoderTask(geocoder, latlng, cb).execute();