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