How to restrict a country using the geocoder?. I used this code, trying to just look at U.S., but it returns results from Italy and other countries.
Geocoder geocoder = new Geocoder (getActivity(), Locale.US);
I have search, but i didn't found anything usefull.