interface SearchResultCompat {
    extent?: null | SearchExtentLike;
    feature?: null | Record<string, unknown>;
    location?: null | SearchPointLike;
    name: string;
    source?: unknown;
}

Properties

extent?: null | SearchExtentLike
feature?: null | Record<string, unknown>
location?: null | SearchPointLike
name: string
source?: unknown