Fix references to structured geocode request
This commit is contained in:
parent
cc95c38ab5
commit
7a0fe04768
2 changed files with 3 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ func main() {
|
|||
|
||||
client := stadia.NewStadiaMaps(key)
|
||||
ctx := context.Background()
|
||||
req := stadia.StructuredGeocodeRequest{
|
||||
req := stadia.RequestGeocodeStructured{
|
||||
Address: address,
|
||||
PostalCode: postalCode,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue