Xamarin.Forms.GoogleMaps.Clustering 该库带来了对库集群的支持。 用法 要使用该库,您只需要将以下行添加到Android和iOS项目中的AssemlyInfo.cs或Main.cs / MainActivity.cs文件中。 它会覆盖Xamarin.Forms.GoogleMaps中提供的默认MapRenderer,并添加Xamarin.Forms.GoogleMaps集群功能:) [ assembly : ExportRenderer ( typeof ( ClusteredMap ), typeof ( ClusteredMapRenderer ))]