| Modifier and Type | Method and Description |
|---|---|
static Venue |
createVenue(org.json.JSONObject jsonObject) |
String |
getAddress()
Gets the address of the venue
|
String |
getFoursquareId()
Gets the foursquare ID relating to this venue, can be null
|
Location |
getLocation()
Gets the location of the venue
|
String |
getTitle()
Gets the name of the venue
|
public static Venue createVenue(org.json.JSONObject jsonObject)
public Location getLocation()
VenuegetLocation in interface Venuepublic String getTitle()
Venuepublic String getAddress()
VenuegetAddress in interface Venuepublic String getFoursquareId()
VenuegetFoursquareId in interface VenueCopyright © 2017. All rights reserved.