Creates an instance of APIScope.
APIScope
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
Fetch file data from remote URL.
the URL to get the data from
the type of the file layer (csv, shape, or geoJson)
Convert GeoJSON to Esri json, a format that can be read by a feature layer constructor
{Object} a GeoJSON object
{GeoJsonOptions} any options for the transformation
feature layer constructor object
Generated using TypeDoc
A base class for anything requiring access to the InstanceApi and instance of Vue app controlled by it.
Export