Waypoint Constructor (Double, Double) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a Waypoint at the given latitude and longitude coordinates.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Waypoint(
double lat,
double lon
)
Public Sub New (
lat As Double,
lon As Double
)
Parameters
- lat
- Type: SystemDouble
The latitude of the Waypoint. - lon
- Type: SystemDouble
The longitude of theWayPoint.
See Also