the RAMP instance
Readonly$iThe instance of RampMap API scoped to a single Vue R4MP application.
Read the current proxy setting, returns url string, empty string if no proxy
Set a proxy service to allow consumption of cross-domain non-CORS resources.
Url to proxy or empty string to clear. Must be relative url on host domain, or full url to CORS supported server
Gets the geolocation of the user's browser. May prompt the user for permission. Will also emit event 'map/geolocate' when done.
OptionalhideFailNotification: boolean = falseoption to suppress a RAMP notification if the request fails
resolves with an object containing the these properties: - success (boolean) - coord (Point) location in lat lon if successful - error ('permission' | 'internal') if not successful, indicates if it's a permission problem or something else
A base class for anything requiring access to the InstanceApi and instance of Vue app controlled by it.
Export
APIScope