Solve walking scenarios and determine which places and areas are accessible by a pedestrian.


Developers get access to ready-to-use routing services solving the most common pedestrian scenarios.

Walking areas 5, 10, and 15 minutes for a pedestrian starting at the Olympiastadium in Berlin, Germany.

/drive_from

Drive from categorized places which are accessible by car to the pedestrian location.

nametypedescriptionoptionsample
latNUMBERThe latitude representing the current pedestrian location.required50.746708
lonNUMBERThe longitude representing the current pedestrian location.required7.074405
categoryNUMBERThe defined category e.g. 15059 for Hospital Unit of the place from where a car tries to reach the current pedestrian location.required15059

/solve_walking

Solves walking areas representing areas which are accessible by a pedestrian.

nametypedescriptionoptionsample
latNUMBERThe latitude representing the current pedestrian location.required50.746708
lonNUMBERThe longitude representing the current pedestrian location.required7.074405
breaksSTRINGDefines the break values in minutes for each walking area. Every break value must be in the range [1, 300], and not more than 50 break values are supported.optional5, 10, 15

/walk_from

Walk from categorized places which are accessible to the pedestrian location.

nametypedescriptionoptionsample
latNUMBERThe latitude representing the current pedestrian location.required50.746708
lonNUMBERThe longitude representing the current pedestrian location.required7.074405
categoryNUMBERThe defined category e.g. 13007 for Beer Garden of the place from where we try to reach the current pedestrian location.required13007

/walk_to

Walk to categorized places which are accessible by a pedestrian.

nametypedescriptionoptionsample
latNUMBERThe latitude representing the current pedestrian location.required50.746708
lonNUMBERThe longitude representing the current pedestrian location.required7.074405
categoryNUMBERThe defined category e.g. 13007 for Beer Garden of the place which should be accessed from the current pedestrian location.required13007

References:

[1] geopedestrian API @RapidAPI
Solve walking scenarios and determine which places and areas are accessible by a pedestrian.