CustomRoutingInfo Class | ![]() |
Namespace: Telogis.GeoBase.Routing
The CustomRoutingInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | CumulativeCost |
The total cost of the route so far, not including this link.
|
![]() | End |
The location of the end of the link.
|
![]() | ExtraData |
The extra data associated with this link.
|
![]() | Flags |
The RouteFlag for the link.
|
![]() | LastFlags |
The RouteFlag for the previous link.
|
![]() | Length |
The length of the link in meters.
|
![]() | LinkId |
The LinkId for the link.
|
![]() | Start |
The location of the start of the link.
|
![]() | Time |
The UTC time at which routing is being performed.
|
![]() | Timezone |
The timezone this link is in. This should be used to convert the UTC Time to local time.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |