@Generated(value="software.amazon.awssdk:codegen") public final class MapConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MapConfiguration.Builder,MapConfiguration>
Specifies the map tile style selected from an available provider.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MapConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MapConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MapConfiguration.Builder> |
serializableBuilderClass() |
String |
style()
Specifies the map style selected from an available data provider.
|
MapConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String style()
Specifies the map style selected from an available data provider.
Valid styles: RasterEsriImagery, 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.
Valid styles: RasterEsriImagery, 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.
public MapConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MapConfiguration.Builder,MapConfiguration>public static MapConfiguration.Builder builder()
public static Class<? extends MapConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.