geocoder:GoLang套件提供使用Google Geocoding API的简便方法 源码
地理编码器 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
文件列表
geocoder-master.zip
(预估有个7文件)
geocoder-master
.travis.yml
270B
geocoder_test.go
7KB
geocoder.go
8KB
LICENSE
1KB
structs
structs.go
1KB
.gitignore
280B
README.md
7KB
暂无评论