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

/frameworks/base/location/java/android/location/
H A DGeocoder.java207 * @param lowerLeftLatitude the latitude of the lower left corner of the bounding box
224 double lowerLeftLatitude, double lowerLeftLongitude,
229 if (lowerLeftLatitude < -90.0 || lowerLeftLatitude > 90.0) {
230 throw new IllegalArgumentException("lowerLeftLatitude == "
231 + lowerLeftLatitude);
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.java45 double lowerLeftLatitude, double lowerLeftLongitude,
48 return GeocodeProvider.this.onGetFromLocationName(locationName, lowerLeftLatitude,
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/services/java/com/android/server/location/
H A DGeocoderProxy.java110 double lowerLeftLatitude, double lowerLeftLongitude,
119 return provider.getFromLocationName(locationName, lowerLeftLatitude,
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.java2043 double lowerLeftLatitude, double lowerLeftLongitude,
2048 return mGeocodeProvider.getFromLocationName(locationName, lowerLeftLatitude,
2042 getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument

Completed in 205 milliseconds