Skip to content

Requests Using Next Page Broken #123

@okwilkins

Description

@okwilkins

Currently when requesting a new call using the next_page_token fails due to the API returning an INVALID_REQUEST response. The is because within the location query, instead of a comma, "%2C" is used. If you replace this with a comma, the API returns data back perfectly fine.

I.e.
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=38.82586149999999%2C-76.9195916
Should be:
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=38.82586149999999,76.9195916

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions