Driveinfo

This service provides methods to give information about the shortest and fastest route between two neighborhood codes in the Netherlands.

Summary
This service provides methods to give information about the shortest and fastest route between two neighborhood codes in the Netherlands.
Lookup the driving distance in meters between two neighborhoodcodes for both the fastest and shortest route.
Lookup the driving time in minutes between two neighborhoodcodes for both the fastest and shortest route.
This method is deprecated, use driveInfoDistanceLookup instead
This method is deprecated, use driveInfoTimeLookup instead
A single drive route information entry, giving either drive time in minutes or distance in meters between two points.

Drive information methods

driveInfoDistanceLookup

Lookup the driving distance in meters between two neighborhoodcodes for both the fastest and shortest route.

Parameters

nbcodefromneighborhoodcode at start of route
nbcodetodestination neighborhoodcode

Returns

outA DriveInfo entry.

See also

driveInfoTimeLookup, Routeplanner::routePlannerInformation, Geolocation::geoLocationNeighborhoodDistance

driveInfoTimeLookup

Lookup the driving time in minutes between two neighborhoodcodes for both the fastest and shortest route.

Parameters

nbcodefromneighborhoodcode at start of route
nbcodetodestination neighborhoodcode

Returns

outA DriveInfo entry.

See also

driveInfoDistanceLookup, Routeplanner::routePlannerInformation

Deprecated drive information methods

driveDistanceLookup

Notice

This method is deprecated, use driveInfoDistanceLookup instead

Lookup the driving distance in meters between two neighborhoodcodes for both the fastest and shortest route.

Parameters

nbcodefromneighborhoodcode at start of route
nbcodetodestination neighborhoodcode

Returns

outA DriveInfo entry.

See also

driveInfoDistanceLookup

driveTimeLookup

Notice

This method is deprecated, use driveInfoTimeLookup instead

Lookup the driving time in minutes between two neighborhoodcodes for both the fastest and shortest route.

Parameters

nbcodefromneighborhoodcode at start of route
nbcodetodestination neighborhoodcode

Returns

outA DriveInfo entry.

See also

driveInfoTimeLookup

Type definitions

DriveInfo

A single drive route information entry, giving either drive time in minutes or distance in meters between two points.

fastestThe drive time or distance of the fastest route
shortestThe drive time or distance of the shortest route
Lookup the driving distance in meters between two neighborhoodcodes for both the fastest and shortest route.
Lookup the driving time in minutes between two neighborhoodcodes for both the fastest and shortest route.
A single drive route information entry, giving either drive time in minutes or distance in meters between two points.
Returns the route distance and driving time between two dutch postcodes.
Returns the estimated distance in meters (in a direct line) between two neighborhoods, given the neighborhood codes.