EVMap
EVMap copied to clipboard
GoingElectric API: differentiate between "paid parking/charging" and "no data"
This is not separated in the GoingElectric API, "freeparking": false or "freecharging": false is also displayed when no data is available.
The values in our internal model should probably be set to null in case they are false in the GoingElectric API data.
Then we could adjust the UI to show "free parking" if GoingElectric has "freeparking": true and nothing otherwise.
Now I have adjusted it as suggested above. The underlying issue that the GoingElectric API does not differentiate between these values is still open.
Closing as invalid as the GoingElectric operator has no plans for improving the current API and there have been no updates regarding a new version of the API.