%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
GPS_AtPoint Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : GPS_AtPoint Method
WorldX
X coordinate in Drawing World CS
WorldY
Y coordinate in Drawing World CS
Returns the Latitude , Longitude array in decimal degrees , from the passed point in Drawing World Coordinate System

Syntax

JScript 
public function GPS_AtPoint( 
   WorldX : double,
   WorldY : double
) : Object;

Parameters

WorldX
X coordinate in Drawing World CS
WorldY
Y coordinate in Drawing World CS

See Also