AMapOptions class

Constructors

AMapOptions({required String apiKey, LocationMode? locationMode = LocationMode.hightAccuracy, bool? isNeedAddress = false, bool? isOnceLocation = false, bool? isMockEnable = true, int? interval = 5000, bool? isGpsFirst = true, int? distanceFilter = 0})

Properties

apiKey String
getter/setter pair
distanceFilter int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interval int?
getter/setter pair
isGpsFirst bool?
getter/setter pair
isMockEnable bool?
getter/setter pair
isNeedAddress bool?
getter/setter pair
isOnceLocation bool?
getter/setter pair
locationMode LocationMode?
getter/setter pair
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
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited