Click or drag to resize

IMapXYtoLatLon Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the LatLon of a point on the map given by x & y co-ordinates.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
LatLon XYtoLatLon(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The x co-ordinate to translate.
y
Type: SystemInt32
The y co-ordinate to translate.

Return Value

Type: LatLon
A LatLon representing the map co-ordinates of the given x & y values.
Remarks
This function should be used to translate x & y co-ordinates to LatLons. This is necessary because the projection is curved. See LatLon for more information.
See Also