| Package | Description |
|---|---|
| fi.foyt.foursquare.api |
Package containing basic API functionality
|
| fi.foyt.foursquare.api.entities |
Package containing Foursquare entity model
|
| Modifier and Type | Method and Description |
|---|---|
Result<Photo> |
FoursquareApi.photo(String id)
Get details of a photo.
|
Result<Photo> |
FoursquareApi.photosAdd(String checkinId,
String tipId,
String venueId,
String broadcast,
String ll,
Double llAcc,
Double alt,
Double altAcc,
byte[] data)
Allows user to add a new photo to a checkin, tip, or a venue in general.
|
| Modifier and Type | Method and Description |
|---|---|
Photo[] |
PhotoGroup.getItems() |
Photo |
CompactTip.getPhoto()
Returns photo of the tip
|
Copyright © 2014 Foyt. All Rights Reserved.