-
Notifications
You must be signed in to change notification settings - Fork 1
Route
javier7ar edited this page Mar 21, 2018
·
1 revision
- type : "Route"
- text : String. The text to show as instructions while recording the route
- interval : int. OPTIONAL. The rate in milliseconds at which your app prefers to receive location updates. The default is 5000 (5 seconds).
- mapZoom : int. OPTIONAL. The zoom of the map where the route is showed. The default is 15.
Example:
{
"id" : 1,
"type" : "Route",
"text" : "Record the route you run",
"interval" : 10000,
"mapZoom" : 18,
"helpFileName" : "routeHelp.html",
"nextStepId" : 2
}