Properties
_State
_expandState$
Readonly
_position$
_position$: BehaviorSubject<VmcWidgetPosition | UIAddPosition> = ...
Private
Readonly
_properties$
_properties$: BehaviorSubject<null | CoordinateConversionProperties> = ...
containerId
containerId: null | string = null
coordinateConversion
coordinateConversion: null | CoordinateConversion = null
coordinateConversionAdded
coordinateConversionAdded: EventEmitter<CoordinateConversion> = ...
Private
coordinateConversionId
coordinateConversionId: string = 'coordinateConversionUI'
coordinateConversionReady
coordinateConversionReady: EventEmitter<CoordinateConversion> = ...
Private
destroy$
destroy$: Observable<null>
expand
expand: boolean = false
mapView
mapView: null | MapView = null
Private
renderer
renderer: Renderer2
Readonly
view$
view$: Observable<null | MapView | SceneView> = ...
Private
viewBase
viewBase: ViewBase