Click or drag to resize

RouteFlagSPEED_LIM Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the speed limit on the street in local units. Depending on the source of the data, the value returned is the posted speed limit or an estimate. We therefore recommend that you do not use SPEED_LIM for implementations requiring accurate speed limits. For a more accurate speed limit use GetVehicleSpeedLimit(StreetLink, SpeedUnit).

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int SPEED_LIM { get; }

Property Value

Type: Int32
Remarks
If SpeedLimitSource is "Posted", the value returned is the posted speed limit for the street. If SpeedLimitSource is "Estimated", the value returned is an estimated speed limit for the street. If SpeedLimitSource is "None", use ImpliedSpeedLimit instead of SPEED_LIM.
See Also