Description
I maintain several open-source Android projects that have Map components, and in each of them I've implemented Google Maps API v2 and/or Amazon Maps API v2.
I'd love to have a pure OSS build that works on AOSP devices, but the main obstacle has always been a drop-in replacement for the Maps API v2. Using Gradle build flavors, I have the OneBusAway project set up to easily generate code for any platform that has class/method parity with the Maps API v2 - currently Google and Amazon devices are supported.
Is class/method parity for the Google Maps API v2 (i.e., a drop-in replacement) on the roadmap for the Mapzen Android SDK?
If so, I'd happily add it to my apps :).
Related issues in open-source projects:
Steps to Reproduce
N/A
Mapzen SDK & Android Version
N/A
Description
I maintain several open-source Android projects that have Map components, and in each of them I've implemented Google Maps API v2 and/or Amazon Maps API v2.
I'd love to have a pure OSS build that works on AOSP devices, but the main obstacle has always been a drop-in replacement for the Maps API v2. Using Gradle build flavors, I have the OneBusAway project set up to easily generate code for any platform that has class/method parity with the Maps API v2 - currently Google and Amazon devices are supported.
Is class/method parity for the Google Maps API v2 (i.e., a drop-in replacement) on the roadmap for the Mapzen Android SDK?
If so, I'd happily add it to my apps :).
Related issues in open-source projects:
Steps to Reproduce
N/A
Mapzen SDK & Android Version
N/A