We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeea077 commit 40f9db4Copy full SHA for 40f9db4
app/src/main/java/fr/free/nrw/commons/Media.java
@@ -267,9 +267,7 @@ public void setLicense(String license) {
267
}
268
269
/**
270
- * Gets the coordinates of the file.
271
- * </p>
272
- * Presumably indicates upload location.
+ * Gets the coordinates of where the file was created.
273
* @return file coordinates as a LatLng
274
*/
275
public @Nullable
@@ -278,7 +276,7 @@ LatLng getCoordinates() {
278
276
279
277
280
281
- * Sets the coordinates of the file.
+ * Sets the coordinates of where the file was created.
282
* @param coordinates file coordinates as a LatLng
283
284
public void setCoordinates(@Nullable LatLng coordinates) {
0 commit comments