GdkMapLayer
Jump to navigation
Jump to search
About
Used to display maps from the Gdk Map service.
Setup
interface IGdkMapLayerInfo extends IBaseLayerInfo {
LayerType: "GdkMapLayer";
/** Id of basemap to use from the service */
BasemapId: string;
/** URL to GDK map service */
ServiceUrl?: URL; // If not set, use servicessetup
}