RouteStop Constructor (LatLon) | |
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
)
Public Sub New (
loc As LatLon
)
Parameters
- loc
- Type: Telogis.GeoBaseLatLon
The location to stop at.
Exceptions Examples RouteStop aStop = new RouteStop(new LatLon(34, -118));
See Also