public interface Venue
| Modifier and Type | Method and Description |
|---|---|
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
|
Location getLocation()
String getTitle()
String getAddress()
String getFoursquareId()
Copyright © 2017. All rights reserved.