-1

I am lost with the session token parameter in the webservice api.

Is it: sessionToken or sessiontoken?

I can't find the truth. If I see documentation it's sessionToken but in the postman api it's sessiontoken.

enter image description here

Then which one is the correct please?

Thanks,

dalton5
  • 915
  • 2
  • 14
  • 28
  • Where is the documentation you are referring to? The Places API Web service shows [sessiontoken](https://developers.google.com/maps/documentation/places/web-service/autocomplete#sessiontoken) – geocodezip May 06 '22 at 17:37
  • Here: https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-service#AutocompletionRequest.sessionToken – dalton5 May 07 '22 at 06:37
  • That is the JavaScript API. Which API are you using? – geocodezip May 07 '22 at 07:00
  • Webservice api not js – dalton5 May 07 '22 at 07:21
  • You have this question tagged [google-maps-api-3]. That is the Google Maps JavaScript API v3. You are looking at the wrong documentation. – geocodezip May 07 '22 at 12:34

1 Answers1

0

Web service api is sessiontoken javasacript is sessionToken

Thanks,

dalton5
  • 915
  • 2
  • 14
  • 28