Registry / networking / maps
library1.7.0gogounverified

Package maps provides a client library for the Google Maps Web Service APIs.

go get googlemaps.github.io/maps
INSTALL
IMPORT
SIG · MAPS
M
maps
networkinggov1.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

maps
googlemaps.github.io/maps

Create a Google Maps client

package main import ( "fmt" "googlemaps.github.io/maps" ) func main() { c, err := maps.NewClient(maps.WithAPIKey("YOUR_API_KEY")) if err != nil { panic(err) } fmt.Println(c) }
Debug
Known issues
gotchaRequires a valid Google Maps API key; usage may incur costs.
fix
Set API key via environment variable or configuration.
affects: *
Upgrade
Version history
1.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
maps — go get maps · libregistry