Class MapProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.location.alpha.MapProps.Jsii$Proxy
- All Implemented Interfaces:
MapProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MapProps
@Stability(Experimental)
@Internal
public static final class MapProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MapProps
An implementation for
MapProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.location.alpha.MapProps
MapProps.Builder, MapProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(MapProps.Builder builder) Constructor that initializes the object based on literal property values passed by theMapProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal List<CustomLayer> (experimental) Specifies the custom layers for the style.final String(experimental) A description for the map.final String(experimental) A name for the map.final PoliticalView(experimental) Specifies the map political view selected from an available data provider.final StylegetStyle()(experimental) Specifies the map style selected from an available data provider.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theMapProps.Builder.
-
-
Method Details
-
getStyle
Description copied from interface:MapProps(experimental) Specifies the map style selected from an available data provider. -
getCustomLayers
Description copied from interface:MapProps(experimental) Specifies the custom layers for the style.Default: - no custom layers
- Specified by:
getCustomLayersin interfaceMapProps
-
getDescription
Description copied from interface:MapProps(experimental) A description for the map.Default: - no description
- Specified by:
getDescriptionin interfaceMapProps
-
getMapName
Description copied from interface:MapProps(experimental) A name for the map.Must be between 1 and 100 characters and contain only alphanumeric characters, hyphens, periods and underscores.
Default: - A name is automatically generated
- Specified by:
getMapNamein interfaceMapProps
-
getPoliticalView
Description copied from interface:MapProps(experimental) Specifies the map political view selected from an available data provider.The political view must be used in compliance with applicable laws, including those laws about mapping of the country or region where the maps, images, and other data and third-party content which you access through Amazon Location Service is made available.
Default: - no political view
- Specified by:
getPoliticalViewin interfaceMapProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-