OsmAnd/OsmAnd-java/test/resources/test_routing.json
2016-06-03 00:10:17 +03:00

40 lines
No EOL
888 B
JSON

[
{
"testName": "3.Different routes depending on start coordinates https://github.com/osmandapp/Osmand/issues/1197",
"params": {
"vehicle": "car",
"short_way": "true"
},
"startPoint": {
"latitude": 45.90810929390909,
"longitude": 35.25023227930072
},
"endPoint": {
"latitude": 45.90951460825728,
"longitude": 35.24373865127566
},
"expectedResults": {
"30657405": "true",
"178721843": "false",
}
},
{
"testName": "2. Car Preston road TR Lorimar drive",
"params": {
"vehicle": "pedestrian",
"pedestrian": "true",
"short_way": "true"
},
"startPoint": {
"latitude": 45.69539,
"longitude": 35.43936
},
"endPoint": {
"latitude": 45.69567,
"longitude": 35.440113
},
"expectedResults": {
"26545": "TL|C|C|C|+TR"
}
}
]