컴공

Some Tips while developing using Google Maps platform

확률기반의사결정 2025. 3. 7. 18:50

1.If you enabled the geocoding api to the current key but still get request denied try create a new api key and limit the access only to geocoding.(This worked on me)

2.while using sonnet 3.7

String encodedAddress = URLEncoder.encode(address, StandardCharsets.UTF_8);

it encoded the address with this code when using UriComponentBuilder

but it caused quite a lot failure at transition from text address to coordinate.

just add the raw text.