Skip to content

Interface

The response format for findPlacesNearPoint ;

Inheritance: IFindPlacesNearPointResponsesuccessResponse

Properties

Hide inherited properties
PropertyType
nextPage() => Promise<IFindPlacesNearPointResponse>
pagination
inherited
{ nextUrl?: string; previousUrl?: string }
results
inherited
{ categories: { categoryId: string; label: string }[]; distance: number; icon?: { url?: string }; location: { x: number; y: number }; name: string; placeId: string }[]

nextPage

optional
Interface Property
nextPage: () => Promise<IFindPlacesNearPointResponse>
Type declaration

pagination

optionalinheritedinherited
Interface Property
pagination: { nextUrl?: string; previousUrl?: string }
Type declaration
    Inherited from successResponse.pagination

    results

    inheritedinherited
    Interface Property
    results: { categories: { categoryId: string; label: string }[]; distance: number; icon?: { url?: string }; location: { x: number; y: number }; name: string; placeId: string }[]
    Inherited from successResponse.results

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.