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 d333ff9 commit c2fe2f5Copy full SHA for c2fe2f5
documentation/snippets/language-geocoding.md
@@ -1,7 +1,6 @@
1
>
2
```javascript--browser
3
-var q = {additional: {location: {'SFO': t}}};
4
-
+var q = {additional: {location: {'text': 'SFO'}}};
5
Breinify.temporalData(q, false, function(data) {
6
7
// the location will be resolved to San Francisco, CA, US
0 commit comments