GoogleMaps Framework Reference

GMSAdvancedMarker

@interface GMSAdvancedMarker : GMSMarker

An advanced marker is an icon placed at a particular point on the map’s surface.

  • The marker’s collision behavior, which determines whether or not the marker’s visibility can be affected by other markers or labeled content on the map.

    Declaration

    Swift

    var collisionBehavior: GMSCollisionBehavior { get set }

    Objective-C

    @property (nonatomic) GMSCollisionBehavior collisionBehavior;