Mapbox Java SDK v6.3.0-beta.1
Pre-release
Pre-release
- Exposed turf.lineIntersect via
TurfMisc#lineIntersectusing an algorithm with O(nm) time complexity which should suite small to medium sized geometries until a more performant solution is implemented. #1348 - Fixed an issue where ends of lines where not considered as intersection points. #1348