Venue
Venue API
getLocation()
getLocation()@Nullable GeoLocation getLocation()
getSignificance()
getSignificance()VenueSignificance getSignificance()
getType()
()VenueType getType()
Last updated
This class is part of an Early Access feature, and is subject to change in the future.
Represents a place of interest.
getLocation()@Nullable GeoLocation getLocation()Returns the location of the venue, as GeoLocation, if known. Otherwise returns null.
getSignificance()VenueSignificance getSignificance()Returns the significance of the venue (i.e. home, work, or a point of interest), as VenueSignificance.
()VenueType getType()Returns the type of the venue, as VenueType.
Last updated