AWSLocationMapConfigurationUpdate

Objective-C

@interface AWSLocationMapConfigurationUpdate

Swift

class AWSLocationMapConfigurationUpdate

Specifies the political view for the style.

  • Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such as POI layer for the VectorEsriNavigation style. Default is unset.

    Currenlty only VectorEsriNavigation supports CustomLayers. For more information, see Custom Layers.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable customLayers;

    Swift

    var customLayers: [String]? { get set }
  • Specifies the political view for the style. Set to an empty string to not use a political view, or, for styles that support specific political views, you can choose a view, such as IND for the Indian view.

    Not all map resources or styles support political view styles. See Political views for more information.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable politicalView;

    Swift

    var politicalView: String? { get set }