Hi,
I am using the Streaming API lately, trying to filter tweets based on location.
Using these coordinates: locations=[-71.06,42.22,-71.04,42.38]
The problem is that I am still receiving tweets from different locations, this one for example:
“coordinates”: [
[
[
-141.5610942,
41.676329
],
[
-141.5610942,
89.9999
],
[
-51.053519,
89.9999
],
[
-51.053519,
41.676329
]
]
Not sure if I am doing something wrong here but is it possible to filter based on a city name instead of coordinates?
Thanks/
Omar