Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 712 Bytes

LocationResponse.md

File metadata and controls

22 lines (16 loc) · 712 Bytes

< Rejseplan - PHP Api - Journey response

Lsv\Rejseplan\Response\LocationResponse

Example

See Location on how to get the $response

$response->stops;
$response->pois;
$response->addresses;

Parameters

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