Click or drag to resize

AdasInfo Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents ADAS (Advanced Driver Assistance Systems) information for a street link.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.AdasAdasInfo

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

The AdasInfo type exposes the following members.

Properties
  NameDescription
Public propertyLinkID
Gets the unique value used to identify this street link.
Public propertyPoints
Gets the Points array. This represents a series of measurement points along the street link. The slope of the road at location Points[n] can be found at Slopes[n].
Public propertySlopes
Gets the Slopes array. Each element of the Slopes array describes the slope of the road (parallel to the direction of travel) at location specified by the corresponding element in the Points array. The slope is measured in degrees.
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
Remarks

Related articles: Routing with ADAS Data.

See Also