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 @@ + + +Calculation +results

Calculation +results

+

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.

+
+ + + + + + + + + + + + + + + + + + + + + +
Table: ReturnValue per +operation
+

Operation

+
+

ReturnValue description

+
+

ReturnValue type

+
+

FindDistance

+
+

Contains the distance between the source location and the target location +in meters.

+
+

number

+
+

FindBearingTo

+
+

Contains the bearing to the target location from the source location. +The bearing is expressed in degrees counting clockwise relative to true north.

+
+

number

+
+

MoveCoordinates

+
+

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

+
+ + + + + + + + + + + + + + + + + + + + + +
Table: ReturnValue +object properties for MoveCoordinates
+

Property

+
+

Description

+
+

Type

+
+

Longitude

+
+

Specifies the longitude coordinate of the new location.

+
+

number

+
+

Latitude

+
+

Specifies the latitude coordinate of the new location.

+
+

number

+
+

Altitude

+
+

Specifies the altitude coordinate of the new location.

+
+

number

+
+

+

\ No newline at end of file