themronion / Maui.GoogleMaps

Map library for MAUI using Google maps API
https://www.nuget.org/packages/Onion.Maui.GoogleMaps/
MIT License
79 stars 34 forks source link

iOS GoogleMaps bindings upgrade #72

Open AdamEssenmacher opened 4 days ago

AdamEssenmacher commented 4 days ago

SUMMARY

The iOS side of this plugin uses Microsoft's Xamarin.Google.iOS.Maps nuget. Microsoft abandoned their support for all Google / Firebase libraries and archived the project.

After Microsoft announced they were discontinuing support, I created a community-supported fork of the repo and published updated replacement packages for the Firebase libraries, which have since been adopted by Plugin.Firebase and BarcodeScanner.Mobile

Thanks to a major contribution from @Digifais, we were able to bring GoogleMaps into the fold this week and publish bindings built against native library version 9.1.1 (latest). The last Microsoft package was built on 6.0.1. Perhaps this plugin could migrate to the new package.

PLATFORMS

themronion commented 3 days ago

Amazing! Will do!