AMapPrivacyStatement class
高德开放平台用户隐私声明配置
高德SDK合规使用方案请参考:https://lbs.amap.com/news/sdkhgsy
Constructors
- AMapPrivacyStatement({bool? hasContains = false, bool? hasShow = false, bool? hasAgree = false})
- 
          构造AMapPrivacyStatement
            const
Properties
- hasAgree → bool?
- 
  隐私权政策是否已经取得用户同意
  final
- hasContains → bool?
- 
  隐私权政策是否包含高德开平隐私权政策
  final
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- hasShow → bool?
- 
  隐私权政策是否弹窗展示告知用户
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toMap() → dynamic 
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(dynamic other) → bool 
- 
  The equality operator.
  override