Venue
Represents a place of interest.
Venue API
getLocation()
getLocation()@Nullable GeoLocation getLocation()Returns the location of the venue, as GeoLocation, if known. Otherwise returns null.
getSignificance()
getSignificance()VenueSignificance getSignificance()Returns the significance of the venue (i.e. home, work, or a point of interest), as VenueSignificance.
getType()
()VenueType getType()Returns the type of the venue, as VenueType.
Last updated