EVMap
EVMap copied to clipboard
Android app to find electric vehicle charging stations - compatible with community databases such as GoingElectric.de and OpenChargeMap.org.
e.g to group stations for a specific trip Would need some restructuring of the database schema (new table `favorites` which includes just a reference to the charger ID in the...
would require access to the currently running navigation route, as requested in https://issuetracker.google.com/issues/204692004
A user requested to add an option in the app's settings to limit the list of favorites shown in the Android Auto app to a certain maximum distance (e.g. 50...
On my `Fiat 200e (2020)` the "nearby chargers" view does not show any charging stations, instead it keeps on loading. After about a minute I closed it as it still...
This action could be accessed by voice command (e.g. "Hey Google, charging stations on EVMap"). It looks like this is only supported for the en-US locale so far. https://developer.android.com/training/cars/apps/poi#charging
While not possible to pan the map it would be nixe to change map scale in settings. (zoom level). Useful after solving "no POI on map".
Would be nixe to switch north/drive direction of the map (after solving to show POI on the map).
It would be great to be able to export/import multiple settings as: -Filter profiles -Favorite list -Settings -Chargeprice Settings Sincerely Eric
This might be difficult to implement in a performant way as it would probably need many parallel requests to the data source. But it is regularly requested, so I should...
OpenStreetMap has a tagging schema for charging stations: https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcharging_station It is the ideal database for this kind of data: It's a geo-database for objects with certain associated attributes. What would...