地理编码器 GoLang软件包,提供了一种使用Google Geocoding API的简便方法。 通过以下链接查看有关Google Geocoding API的更多信息: : 您可以使用go get: go get github.com/kelvins/geocoder 用法 用法示例: package main import ( "fmt" "github.com/kelvins/geocoder" ) func main () { // This example should work without need of an API Key, // but when