Package | Description |
---|---|
org.springframework.social.twitter.api |
Spring Social's Service API for Twitter
|
org.springframework.social.twitter.api.impl |
Implementation of Spring Social's Service API for Facebook
|
Modifier and Type | Method and Description |
---|---|
PlaceType |
Place.getPlaceType() |
static PlaceType |
PlaceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlaceType[] |
PlaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Place> |
GeoOperations.reverseGeoCode(double latitude,
double longitude,
PlaceType granularity,
String accuracy)
Retrieves up to 20 places matching the given location and criteria
|
List<Place> |
GeoOperations.search(double latitude,
double longitude,
PlaceType granularity,
String accuracy,
String query)
Searches for up to 20 places matching the given location and criteria
|
Constructor and Description |
---|
Place(String id,
String name,
String fullName,
String streetAddress,
String country,
String countryCode,
PlaceType placeType) |
Modifier and Type | Method and Description |
---|---|
List<Place> |
GeoTemplate.reverseGeoCode(double latitude,
double longitude,
PlaceType granularity,
String accuracy) |
List<Place> |
GeoTemplate.search(double latitude,
double longitude,
PlaceType granularity,
String accuracy,
String query) |
Copyright © 2018. All rights reserved.