Vertex Viewer SDK
    Preparing search index...

    Function queryAsMap

    • Return a map containing a URI's query string names and their values. The returned names and values will be URI decoded. If the query string contains multiple instances of the same name, then the last occurrence will be used.

      If the query string is empty, an empty map is returned.

      Parameters

      • uri: Uri.Uri

        A URI to return the query string for.

      Returns QueryMap