< Rejseplan - PHP Api - Journey response
See Location on how to get the $response
$response->stops;
$response->pois;
$response->addresses;
Parameter | Return | Description |
---|---|---|
stops | array<Lsv\Rejseplan\Response\Location\Stop> | Stops for the search |
pois | array<Lsv\Rejseplan\Response\Location\Poi> | Pois for the search |
addresses | array<Lsv\Rejseplan\Response\Location\Address> | Addresses for the search |