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

/frameworks/base/location/java/android/location/
H A DGeocoder.java208 * @param lowerLeftLongitude the longitude of the lower left corner of the bounding box
224 double lowerLeftLatitude, double lowerLeftLongitude,
233 if (lowerLeftLongitude < -180.0 || lowerLeftLongitude > 180.0) {
234 throw new IllegalArgumentException("lowerLeftLongitude == "
235 + lowerLeftLongitude);
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.java47 double lowerLeftLatitude, double lowerLeftLongitude,
51 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
70 double lowerLeftLatitude, double lowerLeftLongitude,
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.java88 double lowerLeftLatitude, double lowerLeftLongitude,
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.java2337 double lowerLeftLatitude, double lowerLeftLongitude,
2343 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
2336 getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument

Completed in 456 milliseconds