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