Xamarin Google Clustering
Hello,
I became a project related to geolocation and I use a project that allows me to group the pins on the map, it is clusterization.
Before I just used a different import from:
1
//using Xamarin.Forms.GoogleMaps;
to
1
using Xamarin.Forms.GoogleMaps.Clustering;
The problem is that from this method I cannot access the source code of the project which is in the import, and it turns out that there is an error on the project. Error which was corrected by a pull request.
My question is as follows, how can I integrate this project directly into my app without going through the import?
So I could modify the line of code that bugged the functionality.
This is what clustering looks like:
Thank you for your time.