Google Maps Android API v2自定义信息窗口示例代码

时间:2012-12-21 13:48:32

标签: android google-maps

我已阅读有关自定义信息窗口的document

但我真的需要示例代码

我在哪里可以得到它?非常感谢

image

类似

2 个答案:

答案 0 :(得分:12)

在示例代码部分中,按照here所述,查看地图演示中的MarkerDemoActivity(渲染方法)。

希望有所帮助。

答案 1 :(得分:0)

就像任何适配器一样: https://developers.google.com/maps/documentation/android/reference/com/google/android/gms/maps/GoogleMap.InfoWindowAdapter

public abstract View getInfoWindow (Marker marker)