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