@Stability(value=Stable)
public static interface CfnMap.MapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.location.*;
MapConfigurationProperty mapConfigurationProperty = MapConfigurationProperty.builder()
.style("style")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMap.MapConfigurationProperty.Builder
A builder for
CfnMap.MapConfigurationProperty |
static class |
CfnMap.MapConfigurationProperty.Jsii$Proxy
An implementation for
CfnMap.MapConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMap.MapConfigurationProperty.Builder |
builder() |
String |
getStyle()
Specifies the map style selected from an available data provider.
|
@Stability(value=Stable) @NotNull String getStyle()
Valid styles: VectorEsriStreets , VectorEsriTopographic , VectorEsriNavigation , VectorEsriDarkGrayCanvas , VectorEsriLightGrayCanvas , VectorHereBerlin .
When using HERE as your data provider, and selecting the Style
VectorHereBerlin, you may not use HERE Maps for Asset Management. See the AWS Service Terms for Amazon Location Service.
@Stability(value=Stable) static CfnMap.MapConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.