OpenChargeMap Android Library

Hi All,
Love OpenChargeMap. I’ve created an open source project to access OpenChargeMap data/POIs for your Android map based application. It makes the API calls to retrieve core data, POIs and persists the core data to an sqlite3 database. All the applications needs to do is to use theOpenChargeMapViewModel provided, to access OCM data:

A snapshot of the library is hosted on JitPack.
See the readme for full instructions.

This is a new WIP project. Please comment, use or contribute as you wish.

2 Likes

Thanks! You might also want to try out the boundingbox method for API calls in addition to your existing search around a point.

Yep. Working on adding all the possible poi call parameters.