You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-24Lines changed: 16 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,37 +22,29 @@ You will need an API Key to call the Address Validation API.
22
22
23
23
Details of the elements we discuss in this section can be found in the [validateAddress object reference guide](https://developers.google.com/maps/documentation/address-validation/reference/rest/v1/TopLevel/validateAddress)
24
24
25
-
1.### Test Mode : 1
25
+
1.### Test Mode : 1
26
26
27
-
In test mode you can store more details from the Address Validation API response .
28
-
29
-
- place_ID
30
-
- latlong
31
-
- formatted_address
32
-
- postal_address
27
+
Caching period: 30 consecutive calendar days, after which Customer must (1) delete the cached Google Maps Content or (2) replace with End User data provided through End User confirmation or correction. Refer to [Google Maps Platform Terms of Service Table 11.3.1 (Caching Permissions)](https://cloud.google.com/maps-platform/terms/maps-service-terms).
28
+
- placeId
29
+
- Location: latitude values, longitude values
33
30
- verdict
34
-
-address_type
35
-
-usps_data
36
-
-address_components
37
-
38
-
> **Note:** This is an extrmely permissive mode and should be avoided to be used for most scenarios. Only use case where this mode can be used is for testing and for very limited number of addresses. The responses have to be deleted within 15 days.
A Production mode <ins>not</ins> initiated after user/human interaction, only minimal data elements are allowed to be stored as per [Google Maps Platform Terms of Service](https://cloud.google.com/maps-platform/terms). Typically involves successive and multiple programmatic requests to Address Validation API.
43
-
44
-
- place_ID
45
-
- latlong
46
-
- verdict
47
-
- address_components
48
-
49
-
> **Note:** All the data elements in this mode can only be cached for a maximum of 30 days and > must be deleted afterwords.Only place_ID can be stored indefinitely.
39
+
Caching period: 30 consecutive calendar days, after which Customer must (1) delete the cached Google Maps Content or (2) replace with End User data provided through End User confirmation or correction. Refer to [Google Maps Platform Terms of Service Table 11.3.1 (Caching Permissions)](https://cloud.google.com/maps-platform/terms/maps-service-terms).
a Production mode initiated after user/human interaction, some more data may be cached for the unique purpose of the user completing his singular task.
54
-
55
-
- place_ID
45
+
Caching period: indefinitely. Refer to [Google Maps Platform Terms of Service Table 11.3.1 (Caching Permissions)](https://cloud.google.com/maps-platform/terms/maps-service-terms).
0 commit comments