GMSMapViewPaddingAdjustmentBehavior

GMSMapViewPaddingAdjustmentBehavior

Enumerations

enum  GMSMapViewPaddingAdjustmentBehavior { kGMSMapViewPaddingAdjustmentBehaviorAlways, kGMSMapViewPaddingAdjustmentBehaviorAutomatic, kGMSMapViewPaddingAdjustmentBehaviorNever }
 Constants indicating how safe area insets are added to padding. More...

Enumeration Type Documentation

Constants indicating how safe area insets are added to padding.

Enumerator:
kGMSMapViewPaddingAdjustmentBehaviorAlways 

Always include the safe area insets in the padding.

kGMSMapViewPaddingAdjustmentBehaviorAutomatic 

When the padding value is smaller than the safe area inset for a particular edge, use the safe area value for layout, else use padding.

kGMSMapViewPaddingAdjustmentBehaviorNever 

Never include the safe area insets in the padding.

This was the behavior prior to version 2.5.