| Package | Description |
|---|---|
| se.walkercrou.places |
| Modifier and Type | Method and Description |
|---|---|
Photo |
Photo.download(int maxWidth,
int maxHeight,
Param... extraParams)
Downloads the photo and caches it within the photo.
|
Photo |
Photo.download(Param... extraParams)
Downloads the photo and caches it within the photo.
|
| Modifier and Type | Method and Description |
|---|---|
List<Photo> |
Place.getPhotos()
Returns the photo references for this place.
|
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
GooglePlaces.downloadPhoto(Photo photo,
int maxWidth,
int maxHeight,
Param... extraParams) |
| Modifier and Type | Method and Description |
|---|---|
protected Place |
Place.addPhotos(Collection<Photo> photos)
Adds a collection of photos to this place.
|
Copyright © 2014–2015. All rights reserved.