Interface ParsedGeoservicesServiceUrl

interface ParsedGeoservicesServiceUrl {
    baseUrl: string;
    layerId?: number;
    serviceId: string;
    serviceType: "FeatureServer" | "MapServer";
}

Properties

baseUrl: string
layerId?: number
serviceId: string
serviceType: "FeatureServer" | "MapServer"