BMFUserLocationDisplayParam class
Constructors
- BMFUserLocationDisplayParam({double locationViewOffsetX, double locationViewOffsetY, BMFUserTrackingMode userTrackingMode: BMFUserTrackingMode.None, bool enableDirection: true, bool isAccuracyCircleShow: true, Color accuracyCircleFillColor, Color accuracyCircleStrokeColor, bool isRotateAngleValid: true, String locationViewImage, bool canShowCallOut: true, BMFLocationViewHierarchy locationViewHierarchy})
- 有参构造
- BMFUserLocationDisplayParam.fromMap(Map map)
- map => BMFUserlocationDisplayParam
Properties
- accuracyCircleFillColor ↔ Color
-
精度圈 填充颜色
read / write
- accuracyCircleStrokeColor ↔ Color
-
精度圈 边框颜色
read / write
- canShowCallOut ↔ bool
-
是否显示气泡,默认YES [...]
read / write
- enableDirection ↔ bool
-
是否允许显示方向信息 [...]
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isAccuracyCircleShow ↔ bool
-
精度圈是否显示,默认YES [...]
read / write
- isRotateAngleValid ↔ bool
-
跟随态旋转角度是否生效,默认YES [...]
read / write
- locationViewHierarchy ↔ BMFLocationViewHierarchy
-
locationView在mapview上的层级 默认值为LOCATION_VIEW_HIERARCHY_BOTTOM
read / write
- locationViewImage ↔ String
-
用户自定义定位图标
read / write
- locationViewOffsetX ↔ double
-
定位图标X轴偏移量(屏幕坐标) [...]
read / write
- locationViewOffsetY ↔ double
-
定位图标Y轴偏移量(屏幕坐标) [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- userTrackingMode ↔ BMFUserTrackingMode
-
定位模式 [...]
read / write
Methods
-
fromMap(
Map map) → dynamic - map -> dynamic
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, Object> - model -> map
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited