I'm currently using this URL to get my results restricted within Australia:
But I'd like to say limit my searches to the current state let's say New South Wales.
But it's returning the same number of results with items from Victoria, which is not from NSW.
According to the docs:
https://developers.google.com/places/web-service/autocomplete
It does not indicate restricting the state though.
My solution is filter the incoming result by comparing the state and the country with description being returned from Places API. Sample implementation is below: