2023-12-22 23:13:56 +08:00
|
|
|
import 'package:x_amap_base/x_amap_base.dart';
|
2023-12-22 21:23:24 +08:00
|
|
|
|
|
|
|
class ConstConfig {
|
|
|
|
static const AMapApiKey amapApiKeys = AMapApiKey(
|
|
|
|
androidKey: '900f72eeee0f21e435cebb0ef155582a',
|
|
|
|
iosKey: '4dfdec97b7bf0b8c13e94777103015a9');
|
|
|
|
static const AMapPrivacyStatement amapPrivacyStatement =
|
|
|
|
AMapPrivacyStatement(hasContains: true, hasShow: true, hasAgree: true);
|
|
|
|
}
|