Interface MapboxResponseInternal

interface MapboxResponse {
    attribution: string;
    features: Feature[];
    query: string[];
    type: string;
}

Properties

attribution: string
features: Feature[]
query: string[]
type: string