- fix copy instruction in getOSRMRoad #26
- improve internally osrm_service,valhalla_service
- change the name RoadType to
RoutingType
- export route model
- forget to export OSRMRequest & ValhallaRequest
- break changes:
- replace OSRMManager with RoutingManager
- replace getRoad with getRoute
- remove buildInstruction ( becone integrated automatically with route object )
- replace Road by Route
- replace return of OSRM api to OSRMRoad
- create OSRMService for osrm apis
- create ValhallaService for valhalla apis
- fix bug related to generate path for getRoute
- remove unnecessary dependency
- add check for nullable in road for attribute geometry
- thanks for @eshjordan, @derklaro for their contribution
- add destinations to get all destination from road
- remove some unnecessary files
- fix bug
- add
isOnPath
,nextInstruction
in OSRMManager - support new languages for instructions
- fix compute
parseRoad
in mobile platform
- fix load json for instructionsHelper
- fix uninitialized dio in OSRMManager default constructor
- remove instructions from road classes
- fix parse route when configure geometry to geojson
- add new attribute polyline
- fix parse data
- add new method
getTrip
that implement req call to trip service for osrm
- add get route alternatives inside road
- fix parse duration value from road json
- support osrm client
- add example in readme