FlatLabelAllLocations
public struct FlatLabelAllLocations : Codable
FlatLabelAllLocations
holds the properties of flat labels to be set at a collection of locations
-
Customize the look and feel of Flat labels
Declaration
Swift
public var appearance: FlatLabelAppearance?
-
List of ids of the locations to label
Declaration
Swift
public var locations: [String]?
-
Construct a
MPIOptions.FlatLabelAppearance
object with the given propertiesDeclaration
Swift
public init( appearance: MPIOptions.FlatLabelAppearance? = nil, locations: [String]? = nil )