Show / Hide Table of Contents

Interface CfnMapPropsMixin.IMapConfigurationProperty

Specifies the map tile style selected from an available provider.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Location.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnMapPropsMixin.IMapConfigurationProperty
Syntax (vb)
Public Interface CfnMapPropsMixin.IMapConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-map-mapconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Location.Mixins;

             var mapConfigurationProperty = new MapConfigurationProperty {
                 CustomLayers = new [] { "customLayers" },
                 PoliticalView = "politicalView",
                 Style = "style"
             };

Synopsis

Properties

CustomLayers

Specifies the custom layers for the style.

PoliticalView

Specifies the map political view selected from an available data provider.

Style

Specifies the map style selected from an available data provider.

Properties

CustomLayers

Specifies the custom layers for the style.

string[]? CustomLayers { get; }
Property Value

string[]

Remarks

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

Currenlty only <code>VectorEsriNavigation</code> supports CustomLayers. For more information, see <a href="https://docs.aws.amazon.com//location/latest/developerguide/map-concepts.html#map-custom-layers">Custom Layers</a> .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-map-mapconfiguration.html#cfn-location-map-mapconfiguration-customlayers

PoliticalView

Specifies the map political view selected from an available data provider.

string? PoliticalView { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-map-mapconfiguration.html#cfn-location-map-mapconfiguration-politicalview

Style

Specifies the map style selected from an available data provider.

string? Style { get; }
Property Value

string

Remarks

Valid Esri map styles :

    Valid HERE Technologies map styles :

      The <code>VectorHereContrast</code> style has been renamed from <code>VectorHereBerlin</code> . <code>VectorHereBerlin</code> has been deprecated, but will continue to work in applications that use it.
      
        Hybrid styles use both vector and raster tiles when rendering the map that you see. This means that more tiles are retrieved than when using either vector or raster tiles alone. Your charges will include all tiles retrieved.
        

        Valid GrabMaps map styles :

          Grab provides maps only for countries in Southeast Asia, and is only available in the Asia Pacific (Singapore) Region ( <code>ap-southeast-1</code> ). For more information, see <a href="https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area">GrabMaps countries and area covered</a> .
          

          Valid Open Data map styles :

            See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-map-mapconfiguration.html#cfn-location-map-mapconfiguration-style

            Back to top Generated by DocFX