Interface LocationFinderExtentStrategy

The first result of a location finder query defines the initial map extent.

interface LocationFinderExtentStrategy {
    query: string;
    type: "locationFinder";
}

Properties

Properties

query: string

This query takes precedence over another query that might be given in an API call.

type: "locationFinder"

The extent strategy type