Content
enum
Content
Map content tapped by the user.
-
The tap hit the base map.
Declaration
Swift
case map -
The tap hit a place, such as a Point of Interest (POI).
Declaration
Swift
case place ( id : String )
enum
Content
Map content tapped by the user.
The tap hit the base map.
Swift
case
map
The tap hit a place, such as a Point of Interest (POI).
Swift
case
place
(
id
:
String
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-04-20 UTC.