IMapXYtoLatLon Method | |
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
)
Function XYtoLatLon (
x As Integer,
y As Integer
) As LatLon
Parameters
- x
- Type: SystemInt32
The x co-ordinate to translate. - y
- Type: SystemInt32
The y co-ordinate to translate.
Return Value
Type:
LatLonA
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