When I query geoNames for its data, it typically returns the place name in two ways:
1) name and 2) toponymName
What is the difference between them?
Thanks!
|
When I query geoNames for its data, it typically returns the place name in two ways: 1) name and 2) toponymName What is the difference between them? Thanks! |
||||
|
|
|
From the search documentation:
So name has been localized based on the language parameter passed along with the query, and toponymName is the canonical name. |
|||
|
|