文件名称:geocoder:GoLang套件,提供使用Google Geocoding API的简便方法
文件大小:9KB
文件格式:ZIP
更新时间:2024-02-24 06:07:24
go api golang google geocoding
地理编码器 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 you will use the API in your project you need // to set your API KEY as explained here: // https://developers.google.com/maps/documentation/geocoding/get-api-key // geocoder.ApiKey = "YOUR_API_KEY"
【文件预览】:
geocoder-master
----.travis.yml(270B)
----geocoder_test.go(7KB)
----geocoder.go(8KB)
----LICENSE(1KB)
----structs()
--------structs.go(1KB)
----.gitignore(280B)
----README.md(7KB)