Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 417 Bytes

Location.md

File metadata and controls

23 lines (14 loc) · 417 Bytes

< Rejseplan - PHP Api - Location

Lsv\Rejseplan\Location

With this you can find stops, POI or addresses from a user input

Example

use Lsv\Rejseplan\Location;

$response = (new Location($searchInput))
    ->request();

Arguments

$searchInput can be a string

Response

The output will be a LocationResponse object