public class SimilarPlaces extends ArrayList<Place>
PlacePrototype that can be used to create a new place.modCount| Constructor and Description |
|---|
SimilarPlaces(List<Place> places,
PlacePrototype placePrototype) |
| Modifier and Type | Method and Description |
|---|---|
PlacePrototype |
getPlacePrototype()
A prototype place that matches the criteria for the call to
TwitterGeoService.findSimilarPlaces(double, double, String), including a create token that can be used to create
the place. |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic SimilarPlaces(List<Place> places, PlacePrototype placePrototype)
public PlacePrototype getPlacePrototype()
TwitterGeoService.findSimilarPlaces(double, double, String), including a create token that can be used to create
the place.Copyright © 2013. All Rights Reserved.