Click or drag to resize

RouteStopTooFarAwayException Constructor (LatLon, String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Use this overload if no RouteStop is available to pass in as an argument.

Namespace:  Telogis.GeoBase.Exceptions
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RouteStopTooFarAwayException(
	LatLon latLon,
	params string[] additionalInfo
)

Parameters

latLon
Type: Telogis.GeoBaseLatLon
The latitude and longitude point of the RouteStop that's too far from the closest available street.
additionalInfo
Type: SystemString
Any additional information that may be useful in determining the cause of the exception being thrown.
See Also