无法使用不推荐使用的新BubbleIconFactory
依赖Gradle构建文件:
dependencies {
compile 'com.google.maps.android:android-maps-utils:0.4+'
}
// want to use this
BubbleIconFactory bubbleIconFactory = new BubbleIconFactory(this);
Run Code Online (Sandbox Code Playgroud)