应该如何使用 google 地图聚类

what should to do to use google map clustering

我有一个愚蠢的问题。我搜索了很多,无法弄清楚问题出在哪里。 我有一个 android 应用程序,想根据 this link 使用 Google 地图聚类。问题是当我尝试创建简单的 Item class 并从 ClusterItem 实现时(根据示例),它无法识别 ClusterItem 接口。我添加 google 播放服务但没有任何变化。 有什么我错过的吗? gradle 还有什么要补充的吗?

提前致谢。

根据该页面上的 Introduction

The marker clustering utility is part of the Google Maps Android API Utility Library.

可以在 its website.

上找到更新的文档和包含说明

对于Android Studio,添加一个依赖项很简单:

dependencies {
  compile 'com.google.maps.android:android-maps-utils:0.3+'
}