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.java48 double upperRightLatitude, double upperRightLongitude, int maxResults,
51 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
71 double upperRightLatitude, double upperRightLongitude, int maxResults,
69 onGetFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument
/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java89 double upperRightLatitude, double upperRightLongitude, int maxResults,
95 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
87 getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java2457 double upperRightLatitude, double upperRightLongitude, int maxResults,
2462 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
2455 getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument

Completed in 33 milliseconds