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 |
---|---|
Place |
GeoOperations.createPlace(PlacePrototype placePrototype)
Creates a new place.
|
Place |
GeoOperations.getPlace(String id)
Retrieves information about a plce
|
Modifier and Type | Method and Description |
---|---|
List<Place> |
GeoOperations.reverseGeoCode(double latitude,
double longitude)
Retrieves up to 20 places matching the given location.
|
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)
Searches for up to 20 places matching the given location.
|
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 |
---|
SimilarPlaces(List<Place> places,
PlacePrototype placePrototype) |
Modifier and Type | Method and Description |
---|---|
Place |
GeoTemplate.createPlace(PlacePrototype placePrototype) |
Place |
GeoTemplate.getPlace(String placeId) |
Modifier and Type | Method and Description |
---|---|
List<Place> |
GeoTemplate.reverseGeoCode(double latitude,
double longitude) |
List<Place> |
GeoTemplate.reverseGeoCode(double latitude,
double longitude,
PlaceType granularity,
String accuracy) |
List<Place> |
GeoTemplate.search(double latitude,
double longitude) |
List<Place> |
GeoTemplate.search(double latitude,
double longitude,
PlaceType granularity,
String accuracy,
String query) |
Copyright © 2019. All rights reserved.