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 f91d616 commit c790b1fCopy full SHA for c790b1f
1 file changed
examples/UsStreetComponentAnalysisExample.php
@@ -26,7 +26,7 @@ public function run() {
26
$credentials = new StaticCredentials($authId, $authToken);
27
28
$client = (new ClientBuilder($credentials))
29
- ->withFeatureComponentAnalysis()
+ ->withFeatureComponentAnalysis() // To add component analysis feature you need to specify when you create the client.
30
->buildUsStreetApiClient();
31
32
$lookup = new Lookup();
0 commit comments