Fix references to structured geocode request

This commit is contained in:
Eli Ribble 2026-03-16 01:49:41 +00:00
parent cc95c38ab5
commit 7a0fe04768
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ func main() {
client := stadia.NewStadiaMaps(key)
ctx := context.Background()
req := stadia.StructuredGeocodeRequest{
req := stadia.RequestGeocodeStructured{
Address: address,
PostalCode: postalCode,
}