< Rejseplan - PHP Api - Location stop
See LocationResponse on how to get $data
$data->id;
$data->name;
$data->coordinate;
Parameter | Return | Description |
---|---|---|
id | string | ID of the stop |
name | string | Name of the stop |
coordinate | Coordinate | Coordinates of this stop |