polyline_tools 0.0.2
polyline_tools: ^0.0.2 copied to clipboard
A Dart package for encoding and decoding Google Maps polylines.
0.0.2 #
- Improved documentation by adding comments explaining the functionality in the
PolylineToolsclass. - Added an example to demonstrate how to use the
polyline_toolspackage. - Enhanced the clarity of the API by documenting the
LatLngclass and its properties. - Minor code improvements and formatting adjustments.
0.0.1 #
- Initial release of the
polyline_toolspackage. - Added functionality to encode and decode Google Maps polylines.
- Included the
LatLngclass to represent geographical points with latitude and longitude. - Provided utility methods in the
PolylineToolsclass for encoding and decoding polylines.