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

/frameworks/base/location/java/android/location/
H A DGeocoder.java209 * @param upperRightLatitude the latitude of the upper right corner of the bounding box
225 double upperRightLatitude, double upperRightLongitude) throws IOException {
237 if (upperRightLatitude < -90.0 || upperRightLatitude > 90.0) {
238 throw new IllegalArgumentException("upperRightLatitude == "
239 + upperRightLatitude);
248 lowerLeftLatitude, lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
223 getFromLocationName(String locationName, int maxResults, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude) argument
/frameworks/base/location/lib/java/com/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/services/java/com/android/server/location/
H A DGeocoderProxy.java111 double upperRightLatitude, double upperRightLongitude, int maxResults,
120 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
109 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.java2044 double upperRightLatitude, double upperRightLongitude, int maxResults,
2049 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
2042 getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument

Completed in 390 milliseconds