question

TalZana-1334 avatar image
0 Votes"
TalZana-1334 asked JarvanZhang-MSFT edited

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:

118673-clustering-default-icon.png

Thank you for your time.


dotnet-xamarin
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

how can I integrate this project directly into my app without going through the import

Hi, TalZana-1334. To integrate a project, please place the project and the Xamarin.Forms project in the same solution. Then right click the Xamarin shared project -> Add -> Project Reference to reference the project you want.

0 Votes 0 ·

0 Answers