Pregunta

I'm using java client of geonames and the default maxRows of WebService.children is 200. How I change this to get all children (in some cases there's more than 200)?

¿Fue útil?

Solución

As with most WebServices that offer both a free and a premium service it is likely that the WebService.children call that you are making has an upper limit of 200 results.

Looking at the terms of their premium web services it states:

Advantages of the 'Premium Webservices' over the 'free webservice'

  • Higher max limits for a couple of parameter like maxRows or startRow
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top