Click or drag to resize

RouteStop Constructor (LatLon)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a RouteStop at the given LatLon location.

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

Parameters

loc
Type: Telogis.GeoBaseLatLon
The location to stop at.
Exceptions
ExceptionCondition
InvalidLatLonExceptionThrown when loc is empty (Empty) and not a Break.
Examples
C#
RouteStop aStop = new RouteStop(new LatLon(34, -118));
See Also