amap_view_muka

Creator: coderz1093

Last updated:

0 purchases

amap_view_muka Image
amap_view_muka Images

Languages

Categories

Add to Cart

Description:

amap view muka

amap_view_muka #
Flutter高德地图插件
引入方式 #
amap_view_muka: ^0.1.0
copied to clipboard

支持 #

显示地图

✅ 显示定位蓝点
✅ 显示室内地图
✅ 切换地图图层
✅ 使用离线地图 [目前只支持官方UI]
✅ 显示英文地图
✅ 自定义地图 [写了方法但不起作用,不知道啥问题]


与地图交互

✅ 控件交互
✅ 手势交互
✅ 调用方法交互
✅ 地图截屏功能


在地图上绘制

❌ 绘制点标记
❌ 绘制线
❌ 绘制面
❌ 绘制热力图
❌ 绘制3D模型
❌ 点平滑移动
❌ 绘制海量点图层



Android #
在AndroidManifest.xml添加如下代码
<meta-data android:name="com.amap.api.v2.apikey" android:value="你的key" />
IOS #
在Info.plist添加如下代码
// 默认
<key>NSLocationWhenInUseUsageDescription</key>
<string>App需要您的同意,才能访问位置</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>App需要您的同意,才能访问位置</string>
<key>amap_key</key>
<string>你的key</string>

// 导航 [后台持续定位只需要location]
<key>UIBackgroundModes</key>
<array>
<string>location</string>
<string>audio</string>
</array>
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.