Click or drag to resize

RoutingStrategyShortest Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The RoutingStrategyShortest type exposes the following members.

Methods
  NameDescription
Public methodCalculateTimeAfter
Calculates the time after passing through the link.
(Inherited from RoutingStrategy.)
Public methodDispose
Frees all (managed & unmanaged) resources associated with this RoutingStrategy.
(Overrides RoutingStrategyDispose.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAllowedVehicleTypes
Returns the types of vehicles that are allowed on a particular functional class road on this strategy.
(Inherited from RoutingStrategy.)
Public methodGetHashCode
Returns a unique integer for this object.
(Inherited from RoutingStrategy.)
Public methodGetProfile
Gets the RoutingProfile for a certain country for this RoutingStrategy.
(Inherited from RoutingStrategy.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRegisterProfile
Registers the RoutingProfile for a given country and type of vehicle.
(Inherited from RoutingStrategy.)
Public methodSetAllowedVehicleTypes
Sets the types of vehicles that are allowed on a particular functional class road on this strategy.
(Inherited from RoutingStrategy.)
Public methodSetProfile(RoutingProfile) Obsolete. (Inherited from RoutingStrategy.)
Public methodSetProfile(Country, RoutingProfile)
Sets the RoutingProfile for a certain country.
(Inherited from RoutingStrategy.)
Public methodSetProfile(Country, RoutingProfile)
Sets the RoutingProfile for all the countries in an array.
(Inherited from RoutingStrategy.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXml
Used to serialize a RoutingStrategy object to XML.
(Inherited from RoutingStrategy.)
Top
See Also