IndoorMapView
MapView in android to display indoor floor plan
Install / Use
/learn @WideLee/IndoorMapViewREADME
MapView in android to display indoor floor plan
使用方法
- dependencies 里添加
compile 'sysu.mobile.limk:indoormapview:0.24'
- 创建一个MapView
<sysu.mobile.limk.library.indoormapview.MapView
android:id="@+id/mapview"
android:layout_width="match_parent"
android:layout_height="match_parent"
custom:debug="true"
custom:max_scale="4"
custom:min_scale="0.2" />
- 调用Mapview执行相关操作
// 获取MapView对象
mMapView = (MapView) findViewById(R.id.mapview);
// 初始化MapView
mMapView.initNewMap(getAssets().open("gogo.png"), 1, 0, new Position(652, 684));
- 更新:禁止地图移出MapView
Related Skills
node-connect
338.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.4kCommit, push, and open a PR
