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: examples/us_street.mjs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,8 @@ lookup1.city = "Provo";
34
34
lookup1.state="Utah";
35
35
lookup1.zipCode="84601";
36
36
lookup1.maxCandidates=3;
37
-
lookup1.match="invalid";// "invalid" is the most permissive match,
38
-
// this will always return at least one result even if the address is invalid.
39
-
// Refer to the documentation for additional MatchStrategy options.
37
+
lookup1.match="enhanced";// The API will return detailed output based on a more aggressive matching mechanism. It also includes a more comprehensive address dataset beyond just the postal address data. Requires a US Core license or a US Rooftop Geocoding license.
38
+
// Refer to the documentation for additional MatchStrategy options.
0 commit comments