This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.
For documentation on the current version, please check Knowledge Base.
Class orbit.webclient.Map
Class Summary
| Constructor Attributes | Constructor Name and Description |
|---|---|
orbit.webclient.Map(flashobject)Create a new map component. |
Method Summary
| Method Attributes | Method Name and Description |
|---|---|
addEventListener(eventType, handler)Add an event listener. |
|
getVectorHudButtonVisible()Get the visibility of the map 'vector-hud' button when only the map is visible. |
|
removeEventListener(eventType, handler)Remove an event listener. |
|
setVectorHudButtonVisible(value)Set the visibility of the map 'vector-hud' button when only the map is visible. |
|
startMeasuring(mode)Start measuring. |
|
stopMeasuring()Stop measuring. |
Class Detail
orbit.webclient.Map(flashobject)
Create a new map component.
Parameters
| flashobject |
Method Detail
addEventListener
Add an event listener.
Parameters
{String} eventType | The event type to listen to. |
{Function} handler | The function to call when the event occurs. |
getVectorHudButtonVisible
Get the visibility of the map 'vector-hud' button when only the map is visible.
removeEventListener
Remove an event listener.
Parameters
{String} eventType | The type of the event. |
{Function} handler | The handler function. |
setVectorHudButtonVisible
Set the visibility of the map 'vector-hud' button when only the map is visible.
Parameters
| value | the new value. |
startMeasuring
stopMeasuring
Stop measuring.
Last modified:: 2019/03/25 11:36