MyLocationOption class

我的位置选项

Annotations

Constructors

MyLocationOption({bool show = true, MyLocationType myLocationType = MyLocationType.Locate, Duration interval = Duration.zero, Color strokeColor = Colors.transparent, double strokeWidth = 0, Color fillColor = Colors.transparent, ImageProvider<Object>? iconProvider, double? anchorU, double? anchorV})

Properties

anchorU double?
锚点
final
anchorV double?
锚点
final
fillColor Color
填充颜色
final
hashCode int
The hash code for this object.
no setterinherited
iconProvider ImageProvider<Object>?
图标
final
interval Duration
定位间隔
final
myLocationType MyLocationType
定位类型
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
是否显示
final
strokeColor Color
边框颜色
final
strokeWidth double
边框宽度
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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