ok ok...
so I guess the Search API json response will include a:
'geo': {
"type":"Point",
"coordinates":[37.78029, -122.39697]
}
block for each of element of the 'results' array
BTW: I believe
'geo': null
would be formally more correct than
'geo': {}
for tweets missing geoLocation metadata.
On Sep 2, 11:02 pm, Raffi Krikorian <[email protected]> wrote:
> its up to the API client to send that extra data along -- its not in
> the tweet's textual content, if that is what you're asking. its
> metadata that is "attached" to the tweet.
>