mapbox_api 1.1.0 mapbox_api: ^1.1.0 copied to clipboard
Unofficial Mapbox Dart SDK that follow official Mapbox documentation.
1.1.0 2024-10-14 #
- Dependencies: updated
http
package (KrohnMi) - Upgrade max dart sdk to <4.0.0
- Replace
pedantic
withlints
package
1.0.0 2021-05-30 #
- Breaking: upgrade min dart sdk to >=2.12 (null-safety)
0.2.3 2020-10-04 #
- Fix: Added "distance" support for Matrix API (SaltySpaghetti)
- Dependencies: updated
http
package
0.2.1 2020-07-12 #
- Fix:
instruction
in maneuver object (navigation API) - Fix: updated
weight
datatype fromint
todouble
(navigation API)
0.2.0 2020-07-12 #
- Added
forwardGeocoding
API - Added
reverseGeocoding
API - Added
intersection
API - Added
analysis_options.yml
andpedantic
(1.9.2) - Updated
README.md
andexample/
folder
0.1.2 2020-07-01 #
- Updated example folder
0.1.1 2020-07-01 #
- Added example folder
0.1.0 2020-07-01 #
- Initial release