We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2050654 commit 612e3b4Copy full SHA for 612e3b4
2 files changed
CHANGELOG.md
@@ -6,6 +6,7 @@ Mapbox welcomes participation and contributions from everyone.
6
7
- Added intersection search support to MapboxGeocoding [#1074](https://github.com/mapbox/mapbox-java/pull/1074)
8
- Added support for Turf polygonToLine method [#1075](https://github.com/mapbox/mapbox-java/pull/1075)
9
+- Added support for Turf area measurement method [#1079](https://github.com/mapbox/mapbox-java/pull/1079)
10
11
### v4.9.0-alpha.1 - September 4, 2019
12
docs/turf-port.md
@@ -8,7 +8,7 @@ Below's an on going list of the Turf functions which currently exist inside the
## Measurement
- [x] turf-along
-- [ ] turf-area
+- [x] turf-area
- [x] turf-bbox
13
- [x] turf-bbox-polygon
14
- [x] turf-bearing
0 commit comments