Contents
act_getMapRoutePath
- Description
- Retrieves the route path data from OSRM server
- Action returns
- void
Action signatures
[gn:act_getMapRoutePath]|[sourceId(DtRows),columnName;targetId(DtText);eventSourceId,eventId],
Parameter Description source
source which contains list of gps coordinates columnName
name of cloumn which contains list of gps coordinates target
target where the route path data will be stored eventSourceId
source where the actionSet will be executed - Valid source:
any
eventId
source which represents the actionSet name - Valid source:
Example
@+id/gnMapView
- GnMap widget
- ⤷
[gn:act_getMapRoutePath]|[@+id/gnMapView,uploadedImage_gps;@variable/routeMapPath;@+id/gnMapView,gn:act_set],
- ⤷