Skip to content

Commit 7c63b65

Browse files
authoredJul 1, 2022
UPDATE flutter-hms-map 6.5.0+301
1 parent cedc4de commit 7c63b65

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+9171
-87
lines changed
 

‎flutter-hms-map/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 6.5.0+301
2+
3+
- Updated Huawei Map SDK version to 6.5.0.301.
4+
- [Breaking Change] Added the requirement of calling the HuaweiMapInitializer.initializeMap API before using the latest SDK.
5+
- Added the Heatmap function, allowing you to add, modify, delete, and customize a heatmap layer.
6+
- Added the convertCoordinate and convertCoordinates API, which converts WGS84 coordinates into GCJ02 coordinates.
7+
18
## 6.0.1+305
29

310
- Deleted the capability of prompting users to install HMS Core (APK).

‎flutter-hms-map/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ android {
4343
}
4444

4545
dependencies {
46-
implementation 'com.huawei.hms:maps:6.4.1.300'
46+
implementation 'com.huawei.hms:maps:6.5.0.301'
4747
implementation 'androidx.interpolator:interpolator:1.0.0'
4848
}

0 commit comments

Comments
 (0)