IFindPlacesWithinExtentResponse

Interface

The response format for findPlacesWithinExtent;

Inheritance: IFindPlacesWithinExtentResponsesuccessResponse

Properties

Hide inherited properties
PropertyType
links
 inherited 
{ base?: string; next?: string; previous?: string }
maxResultsExceeded
 inherited 
boolean
results
 inherited 
{ categories: { categoryId: string; label: string }[]; location: { x: number; y: number }; name: string; placeId: string }[]
optionalinherited
Interface Property
links: { base?: string; next?: string; previous?: string }
Type declaration
    Inherited from successResponse.links

    maxResultsExceeded

    optionalinherited
    Interface Property
    maxResultsExceeded: boolean
    Inherited from successResponse.maxResultsExceeded

    results

    inherited
    Interface Property
    results: { categories: { categoryId: string; label: string }[]; location: { x: number; y: number }; name: string; placeId: string }[]
    Inherited from successResponse.results

    Methods

    nextPage

    optional
    Interface Method
    nextPage(): Promise<IFindPlacesWithinExtentResponse>
    Returns 
    Promise<IFindPlacesWithinExtentResponse>

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