geo-golang icon indicating copy to clipboard operation
geo-golang copied to clipboard

Geocode should also return accuracy data

Open ariselseng opened this issue 7 years ago • 2 comments

Some providers do give certain details about what type of result it is. Having this information (when available) will help validate the results, and can help determine if I need to use another provider as a fallback if the results is not accurate enough.

ariselseng avatar Mar 31 '17 13:03 ariselseng

你好, 我在浏览器 输入 //https://maps.googleapis.com/maps/api/geocode/json?address=徐州市铜山区人口和计划生育局单集镇服务站&key=AIzaSyC9pbjT6IX19tygRxVeFqKOEZG30Rs_Vxs 是OK的 但是用程序执行就超时 image

romalin99 avatar Jul 08 '17 09:07 romalin99

@romalin99, it doesn't timeout on me, but returned nothing from the address. I got (34.1837478, 117.1670429) if I geocode "徐州市铜山区人口和计划生育局".

codingsince1985 avatar Jul 08 '17 10:07 codingsince1985