对于以下 2 个地址,我无法生成地理坐标。
我用过
var geocoder = new google.maps.Geocoder();
并且geocode function.
但对于以下地址以外的其他地址,它会生成正确的 lat long 值。
37 Rowan Street,ST.JOHN'S,NEWFOUNDLAND
350 TORBAY ROAD,ST.JOHN'S,NEWFOUNDLAND
不知道为什么会这样。
https://google-developers.appspot.com/maps/documentation/javascript/examples/geocoding-simple
我还检查了 Google 提供的上述示例中的地址。其状态显示为ZERO_RESULTS
。
我能知道为什么它没有产生价值吗?