地图卷帘(swipedemo)
范例简介
示范打开和关闭卷帘效果,手势拖动卷帘。
范例运行效果
图:地图卷帘范例运行效果 |
范例位置
Android Studio
- 产品包:产品包目录\SampleCode\SampleCode_AndroidStudio\AndroidStudioSampleCode\swipedemo
- Github:https://github.com/SuperMap/iMobile-SampleCode/tree/master/AndroidStudioSampleCode/swipedemo
范例数据
存储位置
- 产品包:产品包目录\SampleData\Hunan
- 网盘:链接:https://pan.baidu.com/s/1L-iQ3VM6s0SNS73T7fRgNQ,提取码:y3f1
部署位置:移动设备内部存储\SampleData\Hunan
许可方式
离线许可,将许可文件拷贝到"移动设备内部存储\SuperMap\License"文件夹下。
运行类库
jar包 |
---|
com.supermap.data.jar、com.supermap.mapping.jar |
so库 |
libimb2d.so、libgnustl_shared.so、libQt5Core.so、libQt5Gui.so、libQt5Svg.so、libQt5Widgets.so(注:11.1版本开始,需添加后五个so库。) |
关键类型/成员
控件/类 | 方法 |
---|---|
MapControl | setAction() |
枚举 | 值 |
Action | SWIPE |
使用步骤
- 点击【打开卷帘】按钮,滑动卷帘。
- 点击【关闭卷帘】按钮,关闭卷帘效果。