API (v2.0.2) - Giro3D
    Preparing search index...

    Type Alias StreamableFeatureSourceQueryBuilder

    StreamableFeatureSourceQueryBuilder: (
        params: { extent: Extent; sourceCoordinateSystem: CoordinateSystem },
    ) => URL | undefined

    A function to build URLs used to query features from the remote source.

    Type Declaration

      • (
            params: { extent: Extent; sourceCoordinateSystem: CoordinateSystem },
        ): URL | undefined
      • Parameters

        Returns URL | undefined

        The URL of the query, or undefined, if the query should not be made at all.