観光名所
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-04 UTC。
[null,null,["最終更新日 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"]]