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 d2848ac commit d6f1a48Copy full SHA for d6f1a48
1 file changed
services-geojson/src/main/java/com/mapbox/geojson/BoundingBox.java
@@ -234,10 +234,10 @@ public final double east() {
234
}
235
236
/**
237
- * Convenience method for getting the bounding box most westerly point (longitude) as a double
+ * Convenience method for getting the bounding box most northerly point (latitude) as a double
238
* coordinate.
239
*
240
- * @return the most westerly coordinate inside this bounding box
+ * @return the most northerly coordinate inside this bounding box
241
* @since 3.0.0
242
*/
243
public final double north() {
0 commit comments