GoogleMaps3D Framework Reference

Content

enum Content

Map content tapped by the user.

  • map

    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)