Reputation: 31
Is there a way to get routes for EMERGENCY_VEHICLES directly using the Android SDK Premium Edition? Ive read these links and still dont understand how to do it.
I thought I could request emergency vehicle routes using the FTCRRouter with an FTCRRouteOptions but I cant seem to find a method to specify emergency vehicle type, only TransportMode, and that only allows me to specify Truck, like the regular RouteOptions.
Upvotes: 3
Views: 142
Reputation:
In case to utilize the REST API of Fleet Telematics API you can: calculate the route for emergency vehicle type also you can set comma separated list of types:
A comma separated list of vehicle types enables all permissions that each of these vehicle types have.
But unfortunately, it is not possible calculate a route for emergency vehicle type using the FTCR route calculation because some of type of vehicles have been never implemented for FTCR route calculation, additionally mSDK 3.x is in maintenance mode that means it will be never developed new features for mSDK 3.x.
In mSDK 4.x - regarding this https://developer.here.com/documentation/android-sdk-navigate/4.7.6.0/dev_guide/topics/routing.html#get-routes unfortunately doesn't exist route options for emergency type, maybe it will be implemented later but road map is unknown.
Upvotes: 0