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 |
---|---|
SimilarPlaces |
GeoOperations.findSimilarPlaces(double latitude,
double longitude,
String name)
Finds places similar to a place described in the parameters.
|
SimilarPlaces |
GeoOperations.findSimilarPlaces(double latitude,
double longitude,
String name,
String streetAddress,
String containedWithin)
Finds places similar to a place described in the parameters.
|
Modifier and Type | Method and Description |
---|---|
SimilarPlaces |
GeoTemplate.findSimilarPlaces(double latitude,
double longitude,
String name) |
SimilarPlaces |
GeoTemplate.findSimilarPlaces(double latitude,
double longitude,
String name,
String streetAddress,
String containedWithin) |
Copyright © 2018. All rights reserved.