Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 617 Bytes

File metadata and controls

24 lines (18 loc) · 617 Bytes

< Rejseplan - PHP Api - Nearby stop

Lsv\Rejseplan\Response\NearbyStop\Stop

Example

See NearbyStopsResponse on how to get $data

$data->id;
$data->name;
$data->coordinate;
$data->distance;

Parameters

Parameter Return Description
id string ID of the stop
name string Name of the stop
coordinate Coordinate Coordinates of this stop
distance string Distance to the stop