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 |
---|---|
PlacePrototype |
SimilarPlaces.getPlacePrototype()
A prototype place that matches the criteria for the call to
GeoOperations.findSimilarPlaces(double, double, String) ,
including a create token that can be used to create the place. |
Modifier and Type | Method and Description |
---|---|
Place |
GeoOperations.createPlace(PlacePrototype placePrototype)
Creates a new place.
|
Constructor and Description |
---|
SimilarPlaces(List<Place> places,
PlacePrototype placePrototype) |
Modifier and Type | Method and Description |
---|---|
Place |
GeoTemplate.createPlace(PlacePrototype placePrototype) |
Copyright © 2019. All rights reserved.