- Fixed
toSubBounds
- BREAKING CHANGE
- Changed folder files structure
- Replaced all
int
anddouble
bynum
- Added
toSubBounds
-
Fixed import directive
-
Updated
earthRadius
to more precise value
- Calculate route distance
- nnbd hotfix for pub.dev dartanalyzer
- nnbd migration
- dartfmt -w .
-
Added toBoundsFromPoints (Request by https://github.com/adam-ashored)
-
Added centerFromLatLngBounds
-
Fixed some docs
Fixed: 'List' is deprecated and shouldn't be used.
Updated poly stack package
Fixed changelog order for new releases, left unordered for old releases
Breaking changes:
-
Renamed LatLngBounds to GMULatLngBounds, prevent using prefix import while using google_maps_flutter
-
MathUtils, PolyUtils and SphericalUtils are no longer instantiable
Added all cardinal directions Removed PT-BR exclusive function translation from cardinals
Fixed Poly simplify, merge PR thanks to https://github.com/0oL
Replaced LatLng for Point class, kept LatLngBounds class
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
Added SphericalUtils and MathUtils
Added Readme, License and PolyUtils
Simplified and shorted some codes Fixed Readme
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
Fixed description
Fixed description
Fixed poly_utils.dart, all 3 functions are working as expected Removed unnecessary dependencies Updated example.dart Added example.dart in Readme
Fixed dart.pub health: DO use curly braces for all flow control structures
Fixed LatLngBounds variable names Fixed toBounds method, variables in return were inverted