I want to use Google Maps' geocoding service and list all locations that fit user's request. According to this documentation page there are static and dynamic services. The first one is what I need but seems to me it doesn't work as I would prefer. I want to get the results as JSON but the server doesn't generate a response in JSONP compliant manner. As I found JSONP support has been removed from the API.
That's why I tried to use Geocoder class of dynamic API. The issue is that I receive no more than ten result items for any address request (at least I couldn't guess the address with more than ten result items). I understand that such limit is for real-time geocoding but does it mean that it is impossible to get a full list of all possible locations that fit a request using Google Maps API?