带有HotSpots的Android 360全景ImageView

时间:2017-08-29 06:40:31

标签: android android-imageview 360-panorama

我正在尝试在我的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"/>

0 个答案:

没有答案
相关问题