Click or drag to resize

RouteStop Constructor (Double, Double)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a RouteStop at the given latitude and longitude coordinates.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RouteStop(
	double lat,
	double lon
)

Parameters

lat
Type: SystemDouble
The latitude coordinate of the new route stop.
lon
Type: SystemDouble
The longitude coordinate to the new route stop.
Examples
C#
RouteStop aStop = new RouteStop(34, -118);
See Also