Xamarin Google Clustering

Tal Zana 1 Reputation point
2021-07-28T10:19:56.547+00:00

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:

118673-clustering-default-icon.png

Thank you for your time.

Developer technologies .NET Xamarin
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.