Closed Martinbmoller closed 4 years ago
nearestPlaces
in /src/logic/useNearestPlaces.ts has distance to position as part of object
{
"distance": 231,
"id": "YTR:VehicleSharingParkingArea:175",
"type": "BikeRentalStation",
"latitude": 63.43051170410531,
"longitude": 10.392764550201036
}
The
stations
prop inBikeTile
has coordinates, but not distance.From Entur SDK:
https://sdk.entur.org/bikes/getBikeRentalStationsByPosition
Distance can be calculated if current position in known.