Add working ability to get stadia tiles directly

This commit is contained in:
Eli Ribble 2026-04-16 20:37:49 +00:00
parent 163b0f9edc
commit d03c12ffb6
No known key found for this signature in database
9 changed files with 149 additions and 11 deletions

View file

@ -71,7 +71,7 @@ func (s *StadiaMaps) GeocodeStructured(ctx context.Context, req RequestGeocodeSt
SetQueryParamsFromValues(query).
SetContext(ctx).
SetResult(&result).
SetPathParam("urlBase", s.urlBase).
SetPathParam("urlBase", s.urlBaseApi).
SetQueryParam("api_key", s.APIKey).
Get("https://{urlBase}/geocoding/v1/search/structured")
if err != nil {