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:
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?
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.......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?
Aucun commentaire:
Enregistrer un commentaire