here api - Can't calculate isoline for bicycle transport mode -


i evaluating here , trying calculate isoline bicycle, keep receiving error response, follows:

{   "_type": "ns2:routingserviceerrortype",   "type": "applicationerror",   "subtype": "invalidinputdata",   "details": "isoline 'bicycle' transport mode not supported",   "additionaldata": [     {       "key": "mode",       "value": "fastest;bicycle;traffic:disabled"     }   ],   "metainfo": {     "timestamp": "2016-07-25t13:58:35z",     "mapversion": "8.30.62.159",     "moduleversion": "7.2.71.0-39010",     "interfaceversion": "2.6.25"   } } 

request details:

https://isoline.route.cit.api.here.com/routing/7.2/calculateisoline.json?app_id=<my_app_id>&app_code=<my_app_code>&mode=fastest;bicycle;traffic:disabled&rangetype=time&start=geo!51.509373,-0.122572&range=5503 

if change transport mode bicycle pedestrian, successful response, assume request ok apart bit. maybe evaluation plan has limitation on isolines bicycles? appreciated. thanks.

in documentation, https://developer.here.com/rest-apis/documentation/routing/topics/resource-calculate-isoline.html mentioned isoline routing car, truck , pedestrian modes supported @ moment.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -