RouteLoadRouteHighlightFromCsv Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Loads a route from a csv given the filename (and path) of that csv.
The csv requires these Headers:
Lat, Lon, Speed, Heading, TimeSincePreviousStop
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void LoadRouteHighlightFromCsv(
string csvFilename
)
Public Sub LoadRouteHighlightFromCsv (
csvFilename As String
)
Parameters
- csvFilename
- Type: SystemString
The filename (and path) of the csv to load.
See Also