Vector Constructor (LatLon) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Construct Vector with a location but with no heading or speed.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Vector(
LatLon location
)
Public Sub New (
location As LatLon
)
Parameters
- location
- Type: Telogis.GeoBaseLatLon
Location of the Vector.
See Also