Uses of Class
com.twitter.clientlib.model.TweetGeo
-
Packages that use TweetGeo Package Description com.twitter.clientlib.model -
-
Uses of TweetGeo in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return TweetGeo Modifier and Type Method Description TweetGeoTweetGeo. coordinates(Point coordinates)static TweetGeoTweetGeo. fromJson(String jsonString)Create an instance of TweetGeo given an JSON stringTweetGeoTweet. getGeo()Get geoTweetGeoTweetGeo. placeId(String placeId)Methods in com.twitter.clientlib.model with parameters of type TweetGeo Modifier and Type Method Description TweetTweet. geo(TweetGeo geo)voidTweet. setGeo(TweetGeo geo)
-