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/java/com/android/server/location/
H A DGeocoderProxy.java85 double upperRightLatitude, double upperRightLongitude, int maxResults,
91 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
83 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.java1826 double upperRightLatitude, double upperRightLongitude, int maxResults,
1831 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
1824 getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument

Completed in 67 milliseconds