Click or drag to resize

CustomRoutingInfo Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
CustomRoutingInfo is provided to a RouteCustomCostFunc to aid in adjusting the cost of traveling on a particular link. It contains information about the link to be evaluated.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RoutingCustomRoutingInfo

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class CustomRoutingInfo

The CustomRoutingInfo type exposes the following members.

Properties
  NameDescription
Public propertyCumulativeCost
The total cost of the route so far, not including this link.
Public propertyEnd
The location of the end of the link.
Public propertyExtraData
The extra data associated with this link.
Public propertyFlags
The RouteFlag for the link.
Public propertyLastFlags
The RouteFlag for the previous link.
Public propertyLength
The length of the link in meters.
Public propertyLinkId
The LinkId for the link.
Public propertyStart
The location of the start of the link.
Public propertyTime
The UTC time at which routing is being performed.
Public propertyTimezone
The timezone this link is in. This should be used to convert the UTC Time to local time.
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
See Also