API: sending route
authorToni Jussila <toni.jussila@fudeco.com>
Tue, 20 Apr 2010 07:32:32 +0000 (10:32 +0300)
committerToni Jussila <toni.jussila@fudeco.com>
Tue, 20 Apr 2010 07:32:32 +0000 (10:32 +0300)
documents/API.txt

index e29585d..cf28452 100644 (file)
@@ -119,6 +119,22 @@ category that result belongs to. Below is example of XML:
 <result value="14" unit="seconds" date="14/2/2010" />
 
 
+Sending route
+=============
+
+URL:
+
+Below is example of XML:
+
+<?xml version="1.0" encoding="UTF-8"?>
+<Route Start-time="19.04.2010 21:44:49" Stop-time="19.04.2010 22:05:44" Points="4">
+       <Point Latitude="65.0024" Longitude="25.4804" Altitude="32" Speed="29.052"/>
+       <Point Latitude="65.0023" Longitude="25.5508" Altitude="45" Speed="29.052"/>
+       <Point Latitude="65.0022" Longitude="25.5509" Altitude="41.5" Speed="29.052"/>
+       <Point Latitude="65.0022" Longitude="25.551" Altitude="37.5" Speed="29.052"/>
+</Route>
+
+
 Logout
 ======