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 e2d3c7a commit 5b49c5dCopy full SHA for 5b49c5d
examples/us_street.mjs
@@ -15,9 +15,9 @@ const credentials = new SmartyCore.SharedCredentials(key);
15
// The appropriate license values to be used for your subscriptions
16
// can be found on the Subscription page of the account dashboard.
17
// https://www.smarty.com/docs/cloud/licensing
18
-let clientBuilder = new SmartyCore.ClientBuilder(credentials)
19
- .withLicenses(["us-rooftop-geocoding-cloud"])
20
- .withFeatureComponentAnalysis();
+let clientBuilder = new SmartyCore.ClientBuilder(credentials).withLicenses([
+ "us-rooftop-geocoding-cloud",
+]);
21
// .withBaseUrl("YOUR URL") // withBaseUrl() should be used if you are self-hosting the Smarty API
22
23
let client = clientBuilder.buildUsStreetApiClient();
0 commit comments