"getXLeft"

Returns the left edge's x coordinate of the currently displayed area.

Synopsis

double getXLeft();

Parameters

Parameter Description
-

Description

The function getXLeft() returns the left edge's x coordinate of the currently displayed area.

When your maps are defined in meters, getXLeft() will return the coordinate in meters. When the map uses degrees getXLeft() will return the number of degrees.

Example

The function getXLeft() returns the left edge's x coordinate of the currently displayed area.

main()
{
  GisViewer_ewo1.getXLeft();
}

Assignment

GIS Viewer