diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-B1BFA47E-DAC0-40B1-898E-B3FCE14AE78F.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-B1BFA47E-DAC0-40B1-898E-B3FCE14AE78F.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,114 @@ + + +
The ReturnValue
property returned by Calculate
contains the calculation results for the requested operation. The
+type of the value depends on the operation.
The following table describes the calculation results returned for each +operation.
+
+ Operation + |
+ ReturnValue description + |
+ ReturnValue type + |
---|---|---|
+
|
+
+ Contains the distance between the source location and the target location +in meters. + |
+
+ number + |
+
+
|
+
+ Contains the bearing to the target location from the source location. +The bearing is expressed in degrees counting clockwise relative to true north. + |
+
+ number + |
+
+
|
+
+ Contains the coordinates of the new location. The properties of this +object are described in the following table. +The coordinates are referenced according to the WGS +84 datum. The representation is in decimal degrees. + |
+
+ object + |
+
+ Property + |
+ Description + |
+ Type + |
---|---|---|
+
|
+
+ Specifies the longitude coordinate of the new location. + |
+
+ number + |
+
+
|
+
+ Specifies the latitude coordinate of the new location. + |
+
+ number + |
+
+
|
+
+ Specifies the altitude coordinate of the new location. + |
+
+ number + |
+