DataQueryQuerySpeedLimit Method (LatLon, VehicleSpec) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static SpeedLimit QuerySpeedLimit(
LatLon location,
VehicleSpec spec
)
Public Shared Function QuerySpeedLimit (
location As LatLon,
spec As VehicleSpec
) As SpeedLimit
Parameters
- location
- Type: Telogis.GeoBaseLatLon
The latitude/longitude coordinates of the physical location. - spec
- Type: Telogis.GeoBase.RoutingVehicleSpec
The vehicle specifications.
Return Value
Type:
SpeedLimitA
SpeedLimit containing the speed limit and its source for the given location and vehicle specifications. Returns "IsValid = false" if a speed limit could not be found.
See Also