Hi,
Attach source code for modified files based on 1.1.1 version (did not create patch, cause they might have formatting differences from the original source files and there are not so many changes there, let me know if creating the patch is a must to accept that changes - I will handle this also).
Added support for list of alternateName objects inside Toponym to access toponym localized names returned for the request - like (from xml):
<alternateName lang="th">ยุโรป</alternateName>
<alternateName lang="nb">Europa</alternateName>
<alternateName lang="zh">欧洲</alternateName>
The changes are:
1. Add AlternateName class
2. Add corresponding attribute/methods to Toponym
3. Update WebService.getToponymFromElement to get alternateName attributes from xml.
The 2nd change is added WebService.extendedFindNearby call which is supported by the online serivice with "/extendedFindNearby?" url, but was not supported by API.
modified files