geo 0.3.0 geo: ^0.3.0 copied to clipboard
A set of functions and types usable in a geographic's context
0.3.0 (2021-04-01) #
- Migration to null safety.
0.2.4 (2019-08-29) #
- Add example.
0.2.3 (2019-08-29) #
- Update CHANGELOG.
0.2.2 (2019-08-29) #
- Improve README.
0.2.1 (2019-08-01) #
- Add a
PolylineCodec
to convert list of location from/to string according to the Encoded Polyline Algorithm Format.
0.2.0 (2018-08-01) #
- Migration to Dart 2.
0.1.0 #
- no more range control for lat and lng in
LatLng
constructor. This is mainly to handle bounded boxes across antemeridian.