the RAMP instance
Readonly$iThe instance of RampMap API scoped to a single Vue R4MP application.
ProtectedpointConfigure the map caption using the given config
The map caption config
FunctionFormats a string based on the current basemap projection using mouse map point coordinates
formatBasemap
the cursor map point
the formatted string using given cursor map coordinates
FunctionFormats a lambert point string using mouse map point coordinates
formatLambert
the cursor map point
the formatted string using given cursor map coordinates
FunctionFormats a lat/long DD string using mouse map point coordinates
formatLatLongDD
the cursor map point
the formatted string using given cursor map coordinates
FunctionFormats a lat/long DDM string using mouse map point coordinates
formatLatLongDDM
the cursor map point
the formatted string using given cursor map coordinates
FunctionFormats a lat/long DMS string using mouse map point coordinates
formatLatLongDMSString
the cursor map point
the formatted string using given cursor map coordinates
FunctionFormats a mercator point string using mouse map point coordinates
formatMercator
the cursor map point
the formatted string using given cursor map coordinates
Formats the map point using the selected formatting function Returns empty string if point is undefined
the cursor map point
the formatted string of the map point
FunctionFormats a UTM string using mouse map point coordinates
formatUTM
the cursor map point
the formatted string using given cursor map coordinates
Generates helpful information to be used when constructing scale bars.
two objects with information for metric and imperial
FunctionSets the current point formatter Will accept the string id of a default formatter, or a new formatter with the correct formatter signature
If given string id is not valid, then the point formatter is not changed
setPointFormatter
FunctionUpdates the attribution on the map-caption bar Applies default ESRI attribution if incoming attribution is disabled or has undefined elements
Updates map-caption store to notify map-caption component observer
updateAttribution
incoming new attribution
FunctionCalculates a scale bar for the current resolution Updates map-caption store to notify map-caption component observer
updateScale
A base class for anything requiring access to the InstanceApi and instance of Vue app controlled by it.
Export
APIScope