geoview-core - v2.2.0
    Preparing search index...

    Type Alias CallbackNewMetadataDelegate

    CallbackNewMetadataDelegate: (proxiedUrl: string, proxyUsed: string) => void

    The type for the function callback for getWMSServiceMetadata()

    Type Declaration

      • (proxiedUrl: string, proxyUsed: string): void
      • Parameters

        • proxiedUrl: string
        • proxyUsed: string

        Returns void