debug
debug: boolean = false
debugChanged
debugChanged: Listener<[boolean, boolean]>
debugReact
debugReact: ReactiveVariable<false> | ReactiveVariable<true>
enabled
enabled: boolean = true
enabledChanged
enabledChanged: Listener<[boolean, boolean]>
enabledReact
enabledReact: ReactiveVariable<false> | ReactiveVariable<true>
firstControlPointImageUrl
firstControlPointImageUrl: string = ...
firstControlPointImageUrlChanged
firstControlPointImageUrlChanged: Listener<[string, string]>
firstControlPointImageUrlReact
firstControlPointImageUrlReact: ReactiveVariable<string>
hideCursorInfo
hideCursorInfo: boolean = false
hideCursorInfoChanged
hideCursorInfoChanged: Listener<[boolean, boolean]>
hideCursorInfoReact
hideCursorInfoReact: ReactiveVariable<false> | ReactiveVariable<true>
loop
loop: boolean = false
loopChanged
loopChanged: Listener<[boolean, boolean]>
loopReact
loopReact: ReactiveVariable<false> | ReactiveVariable<true>
maxPointsNum
maxPointsNum: number = Number.MAX_SAFE_INTEGER
maxPointsNumChanged
maxPointsNumChanged: Listener<[number, number]>
maxPointsNumReact
maxPointsNumReact: ReactiveVariable<number>
middlePointShow
middlePointShow: boolean = true
middlePointShowChanged
middlePointShowChanged: Listener<[boolean, boolean]>
middlePointShowReact
middlePointShowReact: ReactiveVariable<false> | ReactiveVariable<true>
otherControlPointImageUrl
otherControlPointImageUrl: string = ...
otherControlPointImageUrlChanged
otherControlPointImageUrlChanged: Listener<[string, string]>
otherControlPointImageUrlReact
otherControlPointImageUrlReact: ReactiveVariable<string>
placeEditing
polylineArcType
polylineArcType: ESJArcType = ...
polylineArcTypeChanged
polylineArcTypeChanged: Listener<[ESJArcType, ESJArcType]>
polylineArcTypeReact
polylineArcTypeReact:
| ReactiveVariable<"NONE">
| ReactiveVariable<"GEODESIC">
| ReactiveVariable<"RHUMB">
polylineColor
polylineColor: ESJVector4D = ...
polylineColorChanged
polylineColorChanged: Listener<[ESJVector4D, ESJVector4D]>
polylineColorReact
polylineColorReact: ReactiveVariable<ESJVector4D>
polylineShow
polylineShow: boolean = true
polylineShowChanged
polylineShowChanged: Listener<[boolean, boolean]>
polylineShowReact
polylineShowReact: ReactiveVariable<false> | ReactiveVariable<true>
polylineWidth
polylineWidth: number = 1
polylineWidthChanged
polylineWidthChanged: Listener<[number, number]>
polylineWidthReact
polylineWidthReact: ReactiveVariable<number>
静态_lastMemId
_lastMemId: number
静态 只读baseImageUrl
baseImageUrl: string = ...
静态defaults
defaults: {
debug: boolean;
enabled: boolean;
firstControlPointImageUrl: string;
loop: boolean;
maxPointsNum: number;
otherControlPointImageUrl: string;
polylineArcType: string;
polylineColor: number[];
polylineShow: boolean;
polylineWidth: number;
} = ...
每次调用都会创建一个新的数组,谨慎使用,避免影响性能!