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