< Rejseplan - PHP Api - Nearby stop
See NearbyStopsResponse on how to get $data
$data->id;
$data->name;
$data->coordinate;
$data->distance;
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 |