IFindPlacesWithinExtentResponse
Interface
The response format for findPlacesWithinExtent
;
Inheritance: IFindPlacesWithinExtentResponsesuccessResponse
Properties
Property | Type |
---|---|
{ base?: string; next?: string; previous?: string } | |
boolean | |
{ 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>
links: { base?: string; next?: string; previous?: string }
Type declaration