BMFGeodesicLine class

大地曲线 since 3.1.0

Inheritance
Available Extensions

Constructors

BMFGeodesicLine({required List<BMFCoordinate> coordinates, int? width = 5, Color? strokeColor, String? textureImage, BMFLineDashType? lineDashType = BMFLineDashType.LineDashTypeNone, BMFLineDirectionCross180Type? lineDirectionCross180 = BMFLineDirectionCross180Type.None, int zIndex = 0, bool visible = true, Map? customMap})
大地曲线构造方法
BMFGeodesicLine.colorGedesicLine({required List<BMFCoordinate> coordinates, required Color? strokeColor, BMFLineDashType? lineDashType = BMFLineDashType.LineDashTypeNone, BMFLineDirectionCross180Type? lineDirectionCross180 = BMFLineDirectionCross180Type.None, int zIndex = 0, bool visible = true, Map? customMap})
颜色大地曲线构造方法
BMFGeodesicLine.fromMap(Map map)
BMFGeodesicLine.textureGedesicLine({required List<BMFCoordinate> coordinates, required String? textureImage, BMFLineDashType? lineDashType = BMFLineDashType.LineDashTypeNone, BMFLineDirectionCross180Type? lineDirectionCross180 = BMFLineDirectionCross180Type.None, int zIndex = 0, bool visible = true, Map? customMap})
纹理大地曲线构造方法

Properties

className ↔ String?
类名
read / writeinherited
coordinates ↔ List<BMFCoordinate>
经纬度数组
read / write
customMap ↔ Map?
开发者自定义字段
read / writeinherited
hashCode → int
The hash code for this object.
read-onlyinherited
Id → String
获取id
read-onlyinherited
id → String
获取id since 3.2.0
read-onlyinherited
lineDashType BMFLineDashType?
大地曲线虚线绘制类型
read / write
lineDirectionCross180 BMFLineDirectionCross180Type?
大地曲线跨经度180方式
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
strokeColor ↔ Color?
大地曲线颜色
read / write
textureImage ↔ String?
大地曲线纹理图片路径
read / write
visible ↔ bool?
overlay是否可见
read / writeinherited
width ↔ int?
线宽
read / write
zIndex ↔ int?
元素的堆叠顺序
read / writeinherited

Methods

fromMap(Map map) → dynamic
map -> dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, Object?>
model -> map
override
toString() → String
A string representation of this object.
inherited

Operators

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