fl_amap 3.4.3
fl_amap: ^3.4.3 copied to clipboard
AMap location plugin for flutter, supports single positioning and continuous positioning
3.4.3 #
- 修复在 ios 上的错误
3.4.2 #
- JDK to 17
setAMapKey
改为FlAMap().setAMapKey()
3.4.0 #
- 迁移至 3.27
3.3.0 #
- 高德定位初始化添加默认配置
3.2.0 #
- 支持其他地图经纬度转换
coordinateConverter()
- 支持校验是否为有效经纬度
isAMapDataAvailable()
- 支持坐标点距离计算(仅支持android)
calculateLineDistance()
3.1.0 #
- 更新 android sdk版本
3.0.1 #
- 修改ios默认定位精度为十米级,和上个版本一致
- 修改ios默认获取逆地理位置
3.0.0 #
- 设置定位参数,返回定位信息均添加详细文档说明,且数据完整
- 区分
android
和ios
的返回定位信息,返回数据均有不同,且数据完整,AMapLocation
、AMapLocationForIOS
、AMapLocationForAndroid
- 区分
android
和ios
的定位参数配置,可进行多次配置更新,AMapLocationOptionForIOS
、AMapLocationOptionForAndroid
android
支持设置前台任务服务,保证后台定位常驻,使用enableBackgroundLocation
和disableBackgroundLocation
开启和关闭ios
添加headingAvailable
(设备是否支持方向识别)、startUpdatingHeading
( 开始获取设备朝向)、stopUpdatingHeading
(停止获取设备朝向)、dismissHeadingCalibrationDisplay
( 停止设备朝向校准显示)
2.5.3 #
- Upgrade the Android AMap locating SDK
- Add
namespace
in Android
2.5.1 #
- Fixed issues on ios
2.5.0 #
- Modify some nouns
2.3.1+1 #
- Upgrade gradle version
2.1.0 #
- Upgrade the Android AMap locating SDK
- Compatible with flutter 3.0.0
2.0.0 #
- Upgrade the Android AMap locating SDK to 5.6.0
- To upgrade the ios AMap SDK to 2.8.0, run the
pod update
command to update the SDK to 2.8.0 - Add SDK compliance use scheme AMap doc
1.2.0 #
- Change IOS OC to swift
- Simplify geofencing services
- Fix bugs
1.1.0 #
- Remove instance , direct initialization
- Update gradle version
- Update kotlin version
1.0.0 #
- Add Singleton Pattern
- Upgrade Android Gradle
- Upgrade Android AMap SDK version
0.2.1 #
- Upgrade Android AMap SDK version
- Add platform restrictions
0.2.0 #
- Add AMapGeoFence
0.1.3 #
- Update Android com.android.tools.build:gradle version
- Replace jcenter() to mavenCentral()
0.1.2 #
- Add Android proguard rules
0.1.1 #
- Normative approach
- Fix bugs
- Modify APIs
- Android add consumer-rules.pro
0.0.6 #
- Example update to 2.12.1
- Update dart version to 2.12.1
0.0.3 #
- Support single location
- Support location monitoring