import 'package:amap_flutter_base/amap_flutter_base.dart';

class ConstConfig {
  static const AMapApiKey amapApiKeys =
      AMapApiKey(androidKey: '6a158bd9bdede0d4276a7ab4fc45ca1b', iosKey: '4dfdec97b7bf0b8c13e94777103015a9');
  static const AMapPrivacyStatement amapPrivacyStatement =
      AMapPrivacyStatement(hasContains: true, hasShow: true, hasAgree: true);
}