Click or drag to resize

RouteHighlightData Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A class used to provide data about a route highlight, which displays the most likely route that was taken, based on a series of RouteStops.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RoutingRouteHighlightData

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[SerializableAttribute]
public class RouteHighlightData

The RouteHighlightData type exposes the following members.

Constructors
  NameDescription
Public methodRouteHighlightData(String, RoutingStrategy)
Route highlight data that will be requested from the supplied URL in CSV format.
Public methodRouteHighlightData(String, RoutingStrategy, String)
Route highlight data that will be requested from the supplied URL in CSV format.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCurrentTime
The current time for this route highlight. The time is in UTC.
Public fieldStops
An array of the route stops for this route highlight.
Top
See Also