From 13b8b1d3a18035f053470935b6e59ebbee41c03c Mon Sep 17 00:00:00 2001 From: afischerdev Date: Sun, 22 May 2022 14:01:11 +0200 Subject: [PATCH] changed aidl description --- .../src/main/aidl/btools/routingapp/IBRouterService.aidl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brouter-routing-app/src/main/aidl/btools/routingapp/IBRouterService.aidl b/brouter-routing-app/src/main/aidl/btools/routingapp/IBRouterService.aidl index ef249b1..d3c5d9e 100644 --- a/brouter-routing-app/src/main/aidl/btools/routingapp/IBRouterService.aidl +++ b/brouter-routing-app/src/main/aidl/btools/routingapp/IBRouterService.aidl @@ -21,8 +21,8 @@ interface IBRouterService { // // "lonlats" = lon,lat|... (unlimited list of lon,lat waypoints separated by |) // "nogos" = lon,lat,radius|... (optional, radius in meters) - // "polylines" = lon,lat,weight|... (unlimited list of lon,lat and weight (optional) separated by |) - // "polygons" = lon,lat,weight|... (unlimited list of lon,lat and weight (optional) separated by |) + // "polylines" = lon,lat,lon,lat,...,weight|... (unlimited list of lon,lat and weight (optional), lists separated by |) + // "polygons" = lon,lat,lon,lat,...,weight|... (unlimited list of lon,lat and weight (optional), lists separated by |) // "profile" = profile file name without .brf // "alternativeidx" = [0|1|2|3] (optional, default 0) // "exportWaypoints" = 1 to export them (optional, default is no export)