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 |
---|---|
protected void |
add(String key,
Object value)
JsonAnySetter hook. |
Map<String,Object> |
getExtraData() |
PlacePrototype |
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. |
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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public SimilarPlaces(List<Place> places, PlacePrototype placePrototype)
public PlacePrototype getPlacePrototype()
GeoOperations.findSimilarPlaces(double, double, String)
,
including a create token that can be used to create the place.public Map<String,Object> getExtraData()