GoogleMaps3D Framework Reference

PopoverStyle

  struct 
 PopoverStyle 
 
  extension 
 PopoverStyle 
 : 
 Equatable 
 

Configuration for the visual appearance of a Popover.

  • Returns a Boolean value indicating whether two values are equal.

    Equality is the inverse of inequality. For any values a and b , a == b implies that a != b is false .

    Declaration

    Swift

      static 
     func 
     == 
     ( 
     a 
     : 
     PopoverStyle 
     , 
     b 
     : 
     PopoverStyle 
     ) 
     -> 
     Bool 
     
    
  • Declaration

    Swift

      var 
     backgroundColor 
     : 
     Color 
     
    
  • Declaration

    Swift

      var 
     borderRadius 
     : 
     CGFloat 
     
    
  • The default style.

    Declaration

    Swift

      static 
     let 
     ` 
     default 
     `: 
     PopoverStyle 
     
    
  • Declaration

    Swift

      init 
     ( 
     padding 
     : 
     CGFloat 
     = 
     16 
     , 
     backgroundColor 
     : 
     Color 
     = 
     Color 
     ( 
     UIColor 
     . 
     systemBackground 
     ), 
     borderRadius 
     : 
     CGFloat 
     = 
     8 
     , 
     shadow 
     : 
      Shadow 
     
     = 
      Shadow 
     
     . 
     default 
     ) 
     
    
  • Declaration

    Swift

      var 
     padding 
     : 
     CGFloat 
     
    
  • Declaration

    Swift

      var 
     shadow 
     : 
      Shadow 
     
     
    
Create a Mobile Website
View Site in Mobile | Classic
Share by: