Searched defs:upperRightLatitude (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/location/java/android/location/
H A DGeocoder.java190 * @param upperRightLatitude the latitude of the upper right corner of the bounding box
206 double upperRightLatitude, double upperRightLongitude) throws IOException {
218 if (upperRightLatitude < -90.0 || upperRightLatitude > 90.0) {
219 throw new IllegalArgumentException("upperRightLatitude == "
220 + upperRightLatitude);
229 lowerLeftLatitude, lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
204 getFromLocationName(String locationName, int maxResults, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude) argument
/frameworks/base/location/java/android/location/provider/
H A DGeocodeProvider.java46 double upperRightLatitude, double upperRightLongitude, int maxResults,
49 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
69 double upperRightLatitude, double upperRightLongitude, int maxResults,
67 onGetFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument
/frameworks/base/location/java/com/android/internal/location/
H A DGeocoderProxy.java88 double upperRightLatitude, double upperRightLongitude, int maxResults,
97 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
86 getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1707 double upperRightLatitude, double upperRightLongitude, int maxResults,
1712 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
1705 getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument

Completed in 137 milliseconds