RouteFlagSPEED_LIM Property | |
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; }
Public ReadOnly Property SPEED_LIM As Integer
Get
Property Value
Type:
Int32Remarks See Also