dartclub / turf_dart

A turf.js-like geospatial analysis library working with GeoJSON, written in pure Dart.
https://pub.dev/packages/turf
MIT License
62 stars 28 forks source link

Document properties set by NearestPointOnLine on returned Point #155

Closed Leffe108 closed 5 months ago

Leffe108 commented 5 months ago

This is documented on turf.js docs, but was omitted in turf_dart.

These returned properties are quite handy in some situations and saves you doing a bit extra work to find these data.

jsiedentop commented 5 months ago

Thank you for the contribution. In my opinion, this provides clarity, and if they do the same for turf.js, there's nothing against it.