MobileForms Toolkit Documentation

GeoPoint.Move Method (GeoDistance, GeoDistance)

Returns the new GeoPoint object whose distance from this object is defined by latitudeMovement and longituteMovement parameters.

public GeoPoint Move(
GeoDistance latitudeMovement,
GeoDistance longituteMovement
);

Parameters

latitudeMovement
A GeoDistance object defining the distance from this point in North/South direction. The North direction is positive and the South direction is negative.
longituteMovement
A GeoDistance object defining the distance from this point in East/West direction. The East direction is positive and the West direction is negative.

Return Value

A new instance of GeoPoint object whose distance from this point is defined by latitudeMovement and longituteMovement parameters.

See Also

GeoPoint Class | Resco.Location Namespace | GeoPoint.Move Overload List