Interface
The response format for findPlacesWithinExtent
;
Inheritance: IFindPlacesWithinExtentResponsesuccessResponse
Properties
Property | Type |
---|---|
pagination inherited | { nextUrl?: string; previousUrl?: string } |
results inherited | { categories: { categoryId: string; label: string }[]; location: { x: number; y: number }; name: string; placeId: string }[] |
Methods
Method | Returns |
---|---|
nextPage() | Promise<IFindPlacesWithinExtentResponse> |
nextPage
optional
Interface MethodnextPage(): Promise<IFindPlacesWithinExtentResponse>
Returns
Promise<IFindPlacesWithinExtentResponse>
pagination: { nextUrl?: string; previousUrl?: string }
Type declaration