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

/frameworks/base/location/java/android/location/
H A DGeocoder.java189 * @param lowerLeftLongitude the longitude of the lower left corner of the bounding box
205 double lowerLeftLatitude, double lowerLeftLongitude,
214 if (lowerLeftLongitude < -180.0 || lowerLeftLongitude > 180.0) {
215 throw new IllegalArgumentException("lowerLeftLongitude == "
216 + lowerLeftLongitude);
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.java45 double lowerLeftLatitude, double lowerLeftLongitude,
49 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
68 double lowerLeftLatitude, double lowerLeftLongitude,
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.java87 double lowerLeftLatitude, double lowerLeftLongitude,
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.java1706 double lowerLeftLatitude, double lowerLeftLongitude,
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 55 milliseconds