diff options
| author | 2022-01-14 02:20:51 +0000 | |
|---|---|---|
| committer | 2022-01-14 02:20:51 +0000 | |
| commit | 967a70e58088acc93a2469f2ddb3073863808cd2 (patch) | |
| tree | b94d1499155ae61ae823481c56a399d18906a5f6 /location/java/android | |
| parent | 74f245203c452053a07ca3e24be1530825dda9cc (diff) | |
| parent | 36063b228b3ff2f4a1d21a9edbf1935f9f5c60e5 (diff) | |
Merge "Add missing javadoc param"
Diffstat (limited to 'location/java/android')
| -rw-r--r-- | location/java/android/location/Geocoder.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/location/java/android/location/Geocoder.java b/location/java/android/location/Geocoder.java index e4a0d0caceca..a15834407315 100644 --- a/location/java/android/location/Geocoder.java +++ b/location/java/android/location/Geocoder.java @@ -298,6 +298,7 @@ public final class Geocoder { * @param lowerLeftLongitude the longitude of the lower left corner of the bounding box * @param upperRightLatitude the latitude of the upper right corner of the bounding box * @param upperRightLongitude the longitude of the upper right corner of the bounding box + * @param listener a listener for receiving results * * @throws IllegalArgumentException if locationName is null * @throws IllegalArgumentException if any latitude or longitude is invalid |