AdasQueryQueryLink Method | |
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
)
Public Shared Function QueryLink (
linkid As ULong
) As AdasInfo()
Parameters
- linkid
- Type: SystemUInt64
ID of the street link.
Return Value
Type:
AdasInfoAn 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