EVMap icon indicating copy to clipboard operation
EVMap copied to clipboard

Android app to find electric vehicle charging stations - compatible with community databases such as GoingElectric.de and OpenChargeMap.org.

Results 79 EVMap issues
Sort by recently updated
recently updated
newest added

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...

newfeature
big idea

would require access to the currently running navigation route, as requested in https://issuetracker.google.com/issues/204692004

newfeature
api-limitation
android-auto

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...

enhancement
good first issue
android-auto

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...

bug
android-auto

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

enhancement
android-auto

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".

enhancement
api-limitation
android-auto

Would be nixe to switch north/drive direction of the map (after solving to show POI on the map).

enhancement
api-limitation
android-auto

It would be great to be able to export/import multiple settings as: -Filter profiles -Favorite list -Settings -Chargeprice Settings Sincerely Eric

good first issue
newfeature

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...

newfeature

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...

integration