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