ads

Affichage des articles dont le libellé est Geographic. Afficher tous les articles
Affichage des articles dont le libellé est Geographic. Afficher tous les articles

dimanche 27 septembre 2015

Twitter - Geographic Region Russia



I want to display a message on the map.
Area under the ID = 5714382051c06d1e
Name - Rossiya
https_twitter.com/search?q=place%3A5714382051c06d1e

api https_dev.twitter.com/rest/reference/get/statuses/user_timeline

fabric lib code:


Code:


Twitter.getInstance();
final StatusesService service = Twitter.getApiClient().getStatusesService();
service.userTimeline(.....

public void success(Result<List<Tweet>> result) {

result.data.get(i).place.boundingBox.coordinates.......


Returns 4 points

Point = 41.1868 - -180.0
Point = 41.1868 - 180.0
Point = 81.8568204 - 180.0
Point = 81.8568204 - -180.0

It's the northern hemisphere including Canada and the United States :D

To deal with this problem?