the RAMP instance
Readonly
$iThe instance of RampMap API scoped to a single Vue R4MP application.
The instance of Vue R4MP application controlled by this InstanceAPI.
This is just a shorthand for this.$iApi.$vApp
.
Checks for a graphic at the given screen coordinates.
On a graphic hit the point is put in the maptip store and the map/graphichit
event is fired.
The screen coordinates for the hitTest
resolves after the event is fired or no new graphic is hit.
Generates and sets the "default" maptip.
the tooltip info payload
Get the tippy
maptip instance
Documentation: https://kabbouchi.github.io/tippyjs-v4-docs/tippy-instance/
the tippy
tooltip instance
Get the current point for the maptip
the current maptip map point
Set the current maptip point. Undefined = maptip wont be shown.
A base class for anything requiring access to the InstanceApi and instance of Vue app controlled by it.
Export
APIScope