Google Maps API v2街景标记图标
问题描述:
我正在使用Google Maps Android API v2,并且设置正确。我已经根据纬度/经度设置了一些标记。Google Maps API v2街景标记图标
如何添加lat/lng的街景图像作为图标?
/* Google Maps API v2 map set code here */
Marker marker = map.addMarker(new MarkerOptions().position(point)
.title("Title")
.snippet("Snippet")
.icon( StreetViewObject?));
感谢