google_maps_utils 1.2.0+3 google_maps_utils: ^1.2.0+3 copied to clipboard
Initial version comes with the 3 main Classes. SphericalUtils, MathUtils and PolyUtils, calculating bounds, distances headings and many more.
1.0.0+1: #
Added SphericalUtils and MathUtils
1.0.0+2: #
Added Readme, License and PolyUtils
1.0.0+3: #
Simplified and shorted some codes Fixed Readme
1.1.0+1: #
Added Changelog and formated all files, updated stack package from ^0.0.1 to ^0.1.0 Removed google maps package, replaced for created Lightweight Point and LatLngBounds classes (lat_lng.dart) Fixed docs in all classes Added example.dart
1.1.0+2 #
Fixed description
1.1.0+3 #
Fixed description
1.1.1+0 #
1.1.1+4 #
Fixed LatLngBounds variable names Fixed toBounds method, variables in return were inverted
1.2.0+0: #
1.2.0+1: #
1.2.0+2: #
Fixed Readme
Added: https://pub.dev/packages/poly package for replacing Google's containsLocation function for compiler reasons, google java code could not behave as expected, replacing by new algorithm from Poly package fixed the issue, thanks https://github.com/nicolascav for the feedback.
Added https://github.com/nicolascav code as example on example.dart
1.2.0+3: #
Replaced LatLng for Point class, kept LatLngBounds class