mvg icon indicating copy to clipboard operation
mvg copied to clipboard

Add multi station nearby search and transport type filtering

Open guisua opened this issue 2 years ago • 0 comments

Solves issues

  • #3
  • #4

Summary

Nearby searches now support single or multiple returns as list, as well as optional argument transport_types to filter nearby results by specific types.

Changes

Adds methods:

  • nearby_multi
  • nearby_multi_async

as well as new parameter transport_types for existing methods:

  • nearby
  • nearby_async

Tests

Corresponding unittests have been added.

guisua avatar Oct 22 '23 14:10 guisua