我正在寻找一种使用Google Maps SDK for Android将标记添加到StreetViewPanorama的方法。我找到了一种使用SDK for iOS的方法。 https://developers.google.com/maps/documentation/ios/streetview(页面底部),但找不到在Android上执行此操作的任何文档或示例代码。
答案 0 :(得分:0)
如今Android Google地图API v2无法添加标记,此选项仅适用于iOS。
Markers within Street View
https://developers.google.com/maps/documentation/ios/streetview#markers_within_street_view
一个选项是在Google Maps JavaScript API
内使用WebView
。
https://developers.google.com/maps/documentation/javascript/examples/streetview-overlays