It seems that the Google Maps API has become paid. Does anyone have a free alternative to exploit a basemap and project data onto it? For my application I use a webview and a leaflet map but I would like something native, a library... Thanks in advance for your help.
Google Maps on Android is a FREE service, You should NOT use a webview though (you are using the paid javascript services inside webview) . Just just google Maps library to use the free service.
As many currently know Googlemaps' Webapi do not work correctly on the webview because the latest versions use webgl I decided to do a new library that uses OpenMap and Leaflet with the same methods and events of the Googlemaps bookshop. I also created a second OpenMapext class that adds some...