On this page
Properties

Type Alias CoordinateSearchResult

type CoordinateSearchResult = {
    results: CoordinateSearch[];
    total: number;
}
Index

Properties

Properties

results: CoordinateSearch[]

The coordinate search results

total: number

The number of results

Was this helpful?

Client JS
Reference
CoordinateSearchResult