doc: update readme

This commit is contained in:
Kuloud 2024-08-25 22:54:34 +08:00
parent ae87148c2c
commit 74e60b2015
2 changed files with 4 additions and 3 deletions

View File

@ -213,11 +213,11 @@ class AMapWidget extends StatefulWidget {
///需要应用到地图上的手势集合
final Set<Factory<OneSequenceGestureRecognizer>> gestureRecognizers;
///拓展插件,提供更多定制化功能
final List<AMapExtension> extensions;
/// 设置地图语言
final MapLanguage? mapLanguage;
/// Marker InfoWindow 适配器
final InfoWindowAdapter? infoWindowAdapter;
}
```

View File

@ -109,6 +109,7 @@ class AMapWidget extends StatefulWidget {
///
final MapLanguage? mapLanguage;
/// Marker InfoWindow
final InfoWindowAdapter? infoWindowAdapter;
/// widget