| Package | Description |
|---|---|
| fi.foyt.foursquare.api |
Package containing basic API functionality
|
| Modifier and Type | Method and Description |
|---|---|
Result<CompleteVenue> |
FoursquareApi.venue(String venueId)
Gives details about a venue, including location, mayorship, tags, tips, specials, and category.
|
Result<CompleteVenue> |
FoursquareApi.venuesAdd(String name,
String address,
String crossStreet,
String city,
String state,
String zip,
String phone,
String ll,
String primaryCategoryId)
Allows user to add a new venue.
|
Copyright © 2014 Foyt. All Rights Reserved.