StreetLinkGetOtherEnd Method | |
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
)
Public Function GetOtherEnd (
from As LatLon
) As LatLon
Parameters
- from
- Type: Telogis.GeoBaseLatLon
The location from where the link starts.
Return Value
Type:
LatLonA LatLon representing the other end of the street link.
See Also