Click or drag to resize

AdasQueryQueryLink Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Retrieve ADAS information for a given street link. The street link is specified by linkId.

Namespace:  Telogis.GeoBase.Adas
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static AdasInfo[] QueryLink(
	ulong linkid
)

Parameters

linkid
Type: SystemUInt64
ID of the street link.

Return Value

Type: AdasInfo
An array of AdasInfo for the given street link.
Remarks
  • ADAS information currently only includes road slope information. Other ADAS information (such as radius of curvature for corners) is expected to become available in the future.
  • Often only major roads have ADAS information. Where ADAS information is not available for a given street link a zero-length array will be returned.
  • Typically the array returned will only have one element. However, in the case that overlapping (or multiple) sets of ADAS data are available this array may contain multiple elements.
See Also