open_route_service 0.6.0
open_route_service: ^0.6.0 copied to clipboard
An encapsulation made around openrouteservice APIs, for Dart and Flutter projects, to easily generate Routes and their data.
Releases #
0.6.0 26th September, 2021 #
- Encapsulated
MatrixAPI. - Encapsulted POIs API.
- BREAKING: Naming conventions changed:
OpenRouteService*->ORS*.
0.5.2 26th September, 2021 #
- Reworked the entire
DirectionsAPI system to enable usage of both the normal POST endpoint asgetMultiRouteDirectionsDataand the geojson POST endpointgetMultiRouteDirectionsGeoJson. - Common
GeoJsonFeatureCollectionData Model created to be used with both theDirectionsAPI and theIsochronesAPI, whenever geojson is involved.
0.5.1 26th September, 2021 #
- Dart SDK version change to pass static analysis on pub.dev.
- Ran
dart formaton all Dart files to be in compliance with Dart's style guide.
0.5.0 26th September, 2021 #
- Initial version.
- APIs of OpenRouteService currently encapsulated and available:
- Tests Ready for the APIs too.