Ujjwalsharma2210 / flutter_map_math

Find all map related calculations you might need for your flutter application here
MIT License
5 stars 3 forks source link

moved to latlong2 for use with other flutter_map packages #1

Closed PatrickWulfe closed 10 months ago

PatrickWulfe commented 10 months ago

Most other flutter_map packages are using latlong2 for their LatLng implementation. This makes this package compatible with them.

Ujjwalsharma2210 commented 10 months ago

Appreciate the help @PatrickWulfe