Package | Description |
---|---|
org.springframework.social.twitter.api |
Spring Social's Service API for Twitter
|
Modifier and Type | Method and Description |
---|---|
static GeoCode.Unit |
GeoCode.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoCode.Unit[] |
GeoCode.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GeoCode(double latitude,
double longitude,
int radius,
GeoCode.Unit unit) |
Copyright © 2015. All rights reserved.