Click or drag to resize

StreetLinkGetOtherEnd Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the location at the other end of a street link in relation to a location supplied.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public LatLon GetOtherEnd(
	LatLon from
)

Parameters

from
Type: Telogis.GeoBaseLatLon
The location from where the link starts.

Return Value

Type: LatLon
A LatLon representing the other end of the street link.
See Also