Menu

#3 latlng_to_address gives no detailed information

open
nobody
None
5
2010-07-07
2010-07-07
arekm
No

latlng_to_address(53.089240000000000, 18.092728000000000) doesn\'t return best results. It says only \"Poland\" which i quite incomplete information.

reverse_geocode(53.089240000000000, 18.092728000000000) on the other hand gives much nicer result as biggest accuracy:

{u\'Placemark\': [{u\'AddressDetails\': {u\'Accuracy\': 5,
u\'Country\': {u\'AdministrativeArea\': {u\'AdministrativeAreaName\': u\'Kujawsko-Pomorskie\',
u\'SubAdministrativeArea\': {u\'PostalCode\': {u\'PostalCodeNumber\': u\'85\'},
u\'SubAdministrativeAreaName\': u\'Bydgoszcz\'}},
u\'CountryName\': u\'Polska\',
u\'CountryNameCode\': u\'PL\'}},
u\'ExtendedData\': {u\'LatLonBox\': {u\'east\': 18.201846700000001,
u\'north\': 53.210079,
u\'south\': 53.050283999999998,
u\'west\': 17.873872200000001}},
u\'Point\': {u\'coordinates\': [18.074992300000002,
53.118251999999998,
0]},
u\'address\': u\'Poland\',
u\'id\': u\'p1\'},

Now the question is why latlng_to_address doesn\'t at least return Bydgoszcz, Kujawsko-Pomorskie, Poland which is much more complete than just \"Poland\" ?

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.