Interface
The response format for findPlacesWithinExtent ;
Inheritance: IFindPlacesWithinExtentResponsesuccessResponse
Properties
| Property | Type |
|---|---|
nextPage | () => Promise<IFindPlacesWithinExtentResponse> |
paginationinherited | { nextUrl?: string; previousUrl?: string } |
resultsinherited | { categories: { categoryId: string; label: string }[]; icon?: { url?: string }; location: { x: number; y: number }; name: string; placeId: string }[] |
nextPage
optional
Interface PropertynextPage: () => Promise<IFindPlacesWithinExtentResponse>Type declaration
function(): Promise<IFindPlacesWithinExtentResponse>Returns
Promise<IFindPlacesWithinExtentResponse>