GpsAutomaton Constructor (Directions, DateTime) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new GpsAutomaton with the given directions and time.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public GpsAutomaton(
Directions dir,
DateTime currentTime
)
Public Sub New (
dir As Directions,
currentTime As DateTime
)
Parameters
- dir
- Type: Telogis.GeoBase.RoutingDirections
Directions of a route. - currentTime
- Type: SystemDateTime
Current Time.
See Also