该控件可让室内图片上的区域拥有点击事件,可用于开发电影院选座、商场购物地图、展位摊位在线预定、办公场地租赁工位等需要操作不规则区域功能。 快速开始 - Add it in your root build.gradle at the end of repositories:
allprojects { repositories { jcenter() maven { url 'https://jitpack.io' } }}
- 在 app 应用模块的 build.gradle 引入
dependencies { compile 'com.github.karonl:InDoorSurfaceView:1.0'}
<com.karonl.instance.InDoorView android:id="@+id/surface" android:layout_width="match_parent" android:layout_height="match_parent" />
- 在对应的 activity 中进行引用,并通过设置适配器,把底图和区域 list 填入,最后 refreshData();
InDoorView view = (InDoorView)findViewById(R.id.surface); ....adapter.refreshData();
资源均来自第三方,谨慎下载,前往第三方网站下载