StaticGps Constructor (Double, Double) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new static GPS from the given positional parameters.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public StaticGps(
double lat,
double lon
)
Public Sub New (
lat As Double,
lon As Double
)
Parameters
- lat
- Type: SystemDouble
The latitude for the static GPS. - lon
- Type: SystemDouble
The longitude for the static GPS.
Remarks See Also