We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44445d0 commit 30c4779Copy full SHA for 30c4779
samples/address-validation/index.ts
@@ -36,7 +36,7 @@ async function handleValidationSubmit(event) {
36
event.preventDefault(); // Prevent default form submission
37
resultDisplay!.textContent = 'Validating...'; // Clear previous results
38
39
- // Validate the address
+ // Validate the address.
40
try {
41
//@ts-ignore
42
const result = await google.maps.addressValidation.AddressValidation.fetchAddressValidation({
0 commit comments