12345678910111213141516171819202122 |
- import 'package:amap_flutter_base/amap_flutter_base.dart';
- import 'package:amap_flutter_map/amap_flutter_map.dart';
-
- class ConstConfig {
-
-
-
-
- static const AMapApiKey amapApiKeys = AMapApiKey(
- androidKey: 'b481b4187e24e625fa0056fd0530e663',
- iosKey: '您申请的iOS平台的key');
-
-
-
-
-
-
-
-
- static const AMapPrivacyStatement amapPrivacyStatement =
- AMapPrivacyStatement(hasContains: true, hasShow: true, hasAgree: true);
- }
|