Uses of Class
com.twitter.clientlib.model.Point
-
Packages that use Point Package Description com.twitter.clientlib.model -
-
Uses of Point in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return Point Modifier and Type Method Description Point
Point. addCoordinatesItem(BigDecimal coordinatesItem)
Point
Point. coordinates(List<BigDecimal> coordinates)
static Point
Point. fromJson(String jsonString)
Create an instance of Point given an JSON stringPoint
TweetGeo. getCoordinates()
Get coordinatesPoint
Geo. getGeometry()
Get geometryPoint
Point. type(Point.TypeEnum type)
Methods in com.twitter.clientlib.model with parameters of type Point Modifier and Type Method Description TweetGeo
TweetGeo. coordinates(Point coordinates)
Geo
Geo. geometry(Point geometry)
void
TweetGeo. setCoordinates(Point coordinates)
void
Geo. setGeometry(Point geometry)
-