我正在尝试在我的 android 应用程序中实现类似于此网站(https://app.immoviewer.com/portal/tour/1110531 )的内容。我正在使用这个库来展示我的 360 度图像(https://github.com/lespinsideg/SimplePanorama)。但我无法在图像中添加热点。我只想在用户点击热点时更改图片。请指导我。谢谢。
<com.lespinside.simplepanorama.view.SphericalView
android:layout_weight="7"
android:id="@+id/spherical_view"
android:layout_width="match_parent"
android:layout_height="0dp"
app:yaw="0"
app:pitch="5"
app:zoomFactor="0.6"
app:enableZoom="false"
app:rotationSensibility="130"/>