Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 389 Bytes

Build Status

Google Maps Geocoding API for GoLang

Simple Google Maps Geocoding API that translate address into latitude & longitude

Install

go get github.com/vongrad/geocoding

Usage

api := API{APIKey: "API_KEY"}

lat, lng, err := api.Geocode(address)