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
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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic 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.Copyright © 2016. All rights reserved.