Hacker News new | ask | show | jobs
by pranavrc 4607 days ago
https://dev.twitter.com/terms/geo-developer-guidelines

I think it only shows the tweets with locations turned on.

1 comments

That is correct, it uses both the coordinates and places fields (see more about those here https://dev.twitter.com/docs/platform-objects/tweets ). There were actually substantially less before adding the code to handle "place". Most tweets that are tagged with a place and not specific coordinates use a bounding box which I've handled by just dropping the pin in the middle of the box.