For the complete documentation index, see llms.txt. This page is also available as Markdown.

Venue

This class is part of an Early Access feature, and is subject to change in the future.

Represents a place of interest.

Venue API

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.

getType()

VenueType getType()

Returns the type of the venue, as VenueType.

Last updated