Class: MapOwnAirplaneIconOrientationController
Controls the orientation of the own airplane icon set in MapOwnAirplaneIconModule based on a desired orientation and the map rotation type. If the desired orientation matches the map rotation (e.g. both Heading Up), the icon orientation is set to Map Up; otherwise the orientation is set to the desired orientation.
Hierarchy
MapSystemController
<MapOwnAirplaneIconOrientationControllerModules
>↳
MapOwnAirplaneIconOrientationController
Constructors
constructor
• new MapOwnAirplaneIconOrientationController(context
, desiredOrientation
): MapOwnAirplaneIconOrientationController
Constructor.
Parameters
Name | Type | Description |
---|---|---|
context | MapSystemContext <MapOwnAirplaneIconOrientationControllerModules > | This controller's map context. |
desiredOrientation | MapOwnAirplaneIconOrientation | Subscribable <MapOwnAirplaneIconOrientation > | The desired orientation of the own airplane icon. |
Returns
MapOwnAirplaneIconOrientationController
Overrides
MapSystemController.constructor
Defined in
src/sdk/components/mapsystem/controllers/MapOwnAirplaneIconOrientationController.ts:40
Properties
context
• Protected
Readonly
context: MapSystemContext
<MapOwnAirplaneIconOrientationControllerModules
, any
, any
, any
>
Inherited from
Defined in
src/sdk/components/mapsystem/MapSystemController.ts:24
Accessors
isAlive
• get
isAlive(): boolean
Whether this controller is alive.
Returns
boolean
Inherited from
MapSystemController.isAlive
Defined in
src/sdk/components/mapsystem/MapSystemController.ts:20
Methods
destroy
▸ destroy(): void
Destroys this controller.
Returns
void
Overrides
Defined in
src/sdk/components/mapsystem/controllers/MapOwnAirplaneIconOrientationController.ts:83
onAfterMapRender
▸ onAfterMapRender(): void
This method is called after this controller' map is rendered.
Returns
void
Overrides
MapSystemController.onAfterMapRender
Defined in
src/sdk/components/mapsystem/controllers/MapOwnAirplaneIconOrientationController.ts:55
onAfterUpdated
▸ onAfterUpdated(time
, elapsed
): void
This method is called immediately after this controller's map updates its layers.
Parameters
Name | Type | Description |
---|---|---|
time | number | The current time, as a Javascript timestamp. |
elapsed | number | The elapsed time, in milliseconds, since the last update. |
Returns
void
Inherited from
MapSystemController.onAfterUpdated
Defined in
src/sdk/components/mapsystem/MapSystemController.ts:78
onBeforeUpdated
▸ onBeforeUpdated(): void
This method is called immediately before this controller's map updates its layers.
Returns
void
Overrides
MapSystemController.onBeforeUpdated
Defined in
src/sdk/components/mapsystem/controllers/MapOwnAirplaneIconOrientationController.ts:60
onDeadZoneChanged
▸ onDeadZoneChanged(deadZone
): void
This method is called when the dead zone of this controller's map changes.
Parameters
Name | Type | Description |
---|---|---|
deadZone | Readonly <Omit <Float64Array , "set" | "sort" | "copyWithin" >> | The map's new dead zone. |
Returns
void
Inherited from
MapSystemController.onDeadZoneChanged
Defined in
src/sdk/components/mapsystem/MapSystemController.ts:48
onMapDestroyed
▸ onMapDestroyed(): void
This method is called when this controller's map is destroyed.
Returns
void
Overrides
MapSystemController.onMapDestroyed
Defined in
src/sdk/components/mapsystem/controllers/MapOwnAirplaneIconOrientationController.ts:78
onMapProjectionChanged
▸ onMapProjectionChanged(mapProjection
, changeFlags
): void
This method is called when the projection of this controller's map changes.
Parameters
Name | Type | Description |
---|---|---|
mapProjection | MapProjection | The map projection. |
changeFlags | number | Bit flags describing the type of change. |
Returns
void
Inherited from
MapSystemController.onMapProjectionChanged
Defined in
src/sdk/components/mapsystem/MapSystemController.ts:58
onSleep
▸ onSleep(): void
This method is called when this controller's map is put to sleep.
Returns
void
Inherited from
Defined in
src/sdk/components/mapsystem/MapSystemController.ts:92
onWake
▸ onWake(): void
This method is called when this controller's map is awakened.
Returns
void
Inherited from
Defined in
src/sdk/components/mapsystem/MapSystemController.ts:85