Skip to content

Mapbox Java SDK v6.3.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@LukasPaczos LukasPaczos released this 28 Jan 13:11
  • Exposed turf.lineIntersect via TurfMisc#lineIntersect using 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