google-maps icon indicating copy to clipboard operation
google-maps copied to clipboard

PlacesTextResponse next_page_token missing

Open b2802 opened this issue 2 years ago • 1 comments

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.

b2802 avatar Apr 22 '22 08:04 b2802

You're welcome to create a PR with this change

maximn avatar May 30 '22 18:05 maximn