Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlacesTextResponse next_page_token missing #148

Open
b2802 opened this issue Apr 22, 2022 · 1 comment
Open

PlacesTextResponse next_page_token missing #148

b2802 opened this issue Apr 22, 2022 · 1 comment

Comments

@b2802
Copy link

b2802 commented Apr 22, 2022

please add
[DataMember(Name = "next_page_token")]
public string NextPage
{
get;
set;
}

to GoogleMapsApi.Entities.PlacesText.Response.PlacesTextResponse class.

Also pls add
public string PageToken { get; set; }
to PlacesTextRequest and add required code to GetQueryStringParameters()

thx.

@maximn
Copy link
Owner

maximn commented May 30, 2022

You're welcome to create a PR with this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants