mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 913 forks source link

Any fork that is being maintained? #2907

Open uhmarc opened 2 years ago

uhmarc commented 2 years ago

Is there any fork that is currently being maintained? It would be disastrous for Cordova apps if we lost access to Google Maps.

keev-studio commented 1 year ago

Also looking so any solution

keev-studio commented 1 year ago

SOLUTION: This repo works for me (Android@11, Cordova 11) "cordova-plugin-googlemaps": { "version": "git+ssh://git@github.com/we-are-joinup/cordova-plugin-googlemaps.git#59f94f8e9d2b913e4506f4592fac08ffe0931f04", "dev": true, "from": "cordova-plugin-googlemaps@github:we-are-joinup/cordova-plugin-googlemaps", "requires": { "cordova-common": "^3.1.0" } },

but there is an issue with the custom icons, its showing default google red marker instead, so looking for solution for this

EDIT: custom marker not showing sorted by changing its path to " file:///android_asset/www/img/YOUR_ICON.webp "