Click or drag to resize

MovementInfo Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A class used to provide information about a movement.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RoutingMovementInfo

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

The MovementInfo type exposes the following members.

Constructors
  NameDescription
Public methodMovementInfo
Initializes a new instance of the MovementInfo class
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 methodGetSpeedLimit
Gets the vehicle speed limit.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetSpeedLimit
Sets the vehicle speed limit.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCity
The city the movement occurs in.
Public fieldCountry
The country the movement occurs in.
Public fieldEntryHeading
The heading when entering the intersection.
Public fieldExitHeading
The heading when exiting the intersection.
Public fieldExitStreet
The street name where the intersection movement exits.
Public fieldRegion
The region the movement occurs in.
Top
See Also