RouteHighlightData Constructor (String, RoutingStrategy, String) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Route highlight data that will be requested from the supplied URL in CSV format.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public RouteHighlightData(
string dataUrl,
RoutingStrategy strategy,
string[] customRoutingAccessKeys
)
Public Sub New (
dataUrl As String,
strategy As RoutingStrategy,
customRoutingAccessKeys As String()
)
Parameters
- dataUrl
- Type: SystemString
URL that GeoStream will request the data from. - strategy
- Type: Telogis.GeoBase.RoutingRoutingStrategy
Strategy for the route. - customRoutingAccessKeys
- Type: SystemString
Any custom routing access keys for routing.
See Also