MyLocationStyleOptions class
定位小蓝点配置项
Constructors
- MyLocationStyleOptions(bool enabled, {Color circleFillColor, Color circleStrokeColor, double circleStrokeWidth, BitmapDescriptor icon})
Properties
- circleFillColor ↔ Color
-
精度圈填充色
read / write
- circleStrokeColor ↔ Color
-
精度圈边框色
read / write
- circleStrokeWidth ↔ double
-
精度圈边框宽度
read / write
- enabled ↔ bool
-
是否显示定位小蓝点
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- icon ↔ BitmapDescriptor
-
小蓝点图标
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → dynamic -
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override
Static Methods
-
fromMap(
dynamic json) → MyLocationStyleOptions