Reputation: 167
How to get the latitude and longitude of a tweet using the Twitter gem?
Upvotes: 1
Views: 776
Reputation: 415
took me a while to get my head around but like this:
Twitter.status(227376948400230400).place.bounding_box.coordinates
hope this helps.
Upvotes: 1