InnerPolygonOptions
public class InnerPolygonOptions : AnnotationOptionsOptions that defines inner polygon. Can be used with PolygonOverlayOptions.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  Creates an instance of InnerPolygonOptions.DeclarationSwift public init( fillColor: PolygonOverlayOptions.Color, coordinates: [CLLocationCoordinate2D], nestedPolygonOptions: InnerPolygonOptions? = nil )
- 
                  
                  The color for filling the polygon area. DeclarationSwift public let fillColor: PolygonOverlayOptions.Color
- 
                  
                  List of coordinates of the vertices of a polygon. DeclarationSwift public let coordinates: [CLLocationCoordinate2D]
- 
                  
                  Nested polygon options. Can be used to add multiple polygons inside. DeclarationSwift public var nestedPolygonOptions: InnerPolygonOptions?
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         InnerPolygonOptions
          InnerPolygonOptions