User manual
Navigator 16113
© 2016 ... MapFactor s.r.o.
- "yes" or "no" as the answer to question on success or "error" when failed
- "busy" when the remote device is busy responding to another command
DISPLAY A CHAT MESSAGE
Format:
$chat="message"
Description:
- sends a new message to chat window
Protocol version:
- 2.0.0 or later
Availability:
- tcp/ip or com
Parameters:
- parameter is a text enclosed in quotation marks to display on remote device
Return values:
- none
SEND DESTINATION AND/OR WAYPOINT(S) AND/OR DEPARTURE
Format:
$destination=50.074525,14.409428;...;50.074421,14.409226;"Text";ask;navigate;departure;instant
$destination=50.074525,14.409428,"waypoint
name";...;50.074421,14.409226;"Text";ask;navigate;departure;instant
$destination=clear
Description:
- sends routing points with posible text message/question and possibility to start navigation on remote
device
- each routing point can have a name
- clear to clear all waypoints
Protocol version:
- 1.0.0 or later
- 1.4.1 or later for $destination=clear
- 2.0.1 or later departure parameter added (first coordinate is departure point)
- 2.0.3 or later for "instant parameter"
- 2.0.4 or later for waypoints names
Availability:
- tcp/ip or com
Parameters:
- route points order is waypoint1;..;waypointN;destination
- use parameter "Text" to display text
- use parameters "Text";ask to display question
- parameter "navigate" to start navigation on remote device
- when parameter "instant" is used the message is shown immediatelly; placeholder icon is displayed
otherwise
Return values:
- for a message "ok" on success or "error" when failed
- for a question "yes" or "no" as the answer to question on success or "error" when failed
- "failed" when a routing point could not be added (no road nearby)
- "busy" when the remote device is busy responding to another command
NAVIGATION ROUTE STATISTICS
Format:
$navigation_statistics
Description:
- returns distance (in meters) or time (in seconds) to destination and nearest waypoint
Protocol version:
- 2.0.2 or later
Availability:
- tcp/ip or com