Android app to find electric vehicle charging stations.
- Material Design
- Shows all charging stations from the community-maintained GoingElectric.de and Open Charge Map directories
- Realtime availability information (only in Europe)
- Search for places
- Advanced filtering options, including saved filter profiles
- Favorites list, also with availability information
- Integrated price comparison using Chargeprice.app (only in Europe)
- Android Auto integration
- No ads, fully open source
- Compatible with Android 5.0 and above
- Can use Google Maps or Mapbox (OpenStreetMap) as map backends - the version available on F-Droid only uses Mapbox.
The App is developed using Android Studio and should pretty much work out-of-the-box when you clone the Git repository and open the project with Android Studio.
The only exception is that you need to obtain some free API keys for the different data sources that
EVMap uses and put them into the app in the form of a resource file called apikeys.xml
under
app/src/main/res/values
. You can find more information on which API keys are necessary for which
features and how they can be obtained in our documentation page.
There are two different build flavors, google
and foss
, where only the google
variant uses
Google Maps data and provides the Android Auto integration. The foss
variant only uses Mapbox data
and should run on devices without Google Play Services.
We also have a special documentation page on how to test the Android Auto app.