Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/04 (UTC).
[null,null,["Dernière mise à jour le 2024/09/04 (UTC)."],[[["The TouristAttraction type is used to identify a place as a tourist attraction."],["It inherits properties from the more general Place type, offering basic location and identification details."],["This type doesn't have any unique properties, relying on those inherited from Place for its functionality."]]],["The document defines the `TouristAttraction` type, which extends the `Place` type. It's specified that `TouristAttraction` itself does not possess any unique properties. This means that all information or actions associated with a `TouristAttraction` would be derived from the `Place` type it inherits from. The core function of this type is to categorize a location specifically as a tourist destination.\n"]]