Readonly
$iThe instance of RampMap API scoped to a single Vue R4MP application.
APIScope
The instance of Vue R4MP application controlled by this InstanceAPI.
This is just a shorthand for this.$iApi.$vApp
.
APIScope
Adds the given graphics to the hilight layer.
Returns the Hilight layer.
Private
layerProvides a short grace period to avoid scenarios where the layer is still getting created. Not overly long, as the highlight layer is a local graphics layer so no server lag involved.
Promise resolving in the LayerInstace, or undefined if we could not locate the layer.
Private
notReload the hilighter's map elements.
Removes the given graphics from the hilight layer.
Generated using TypeDoc
A base class for anything requiring access to the InstanceApi and instance of Vue app controlled by it.
Export