UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

1 lines 644 B
import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class GeocodeCommands extends e{_prefix="geocode";get setActiveGeocoders(){return this._get("set-active-geocoders")}}export class GeocodeOperations extends t{_prefix="geocode";get geocode(){return this._get("geocode")}get batchGeocode(){return this._get("batch-geocode")}get count(){return this._get("count")}get suggest(){return this._get("suggest")}get reverseGeocode(){return this._get("reverse-geocode")}get getGeocoders(){return this._get("get-geocoders")}get activeGeocoders(){return this._get("active-geocoders")}}