@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MapConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the map tile style selected from an available provider.
| Constructor and Description |
|---|
MapConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MapConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getStyle()
Specifies the map style selected from an available data provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStyle(String style)
Specifies the map style selected from an available data provider.
|
String |
toString()
Returns a string representation of this object.
|
MapConfiguration |
withStyle(String style)
Specifies the map style selected from an available data provider.
|
public void setStyle(String style)
Specifies the map style selected from an available data provider.
Valid styles: VectorEsriLightGrayCanvas, VectorEsriLight,
VectorEsriStreets, 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.
style - Specifies the map style selected from an available data provider.
Valid styles: VectorEsriLightGrayCanvas, VectorEsriLight,
VectorEsriStreets, 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 String getStyle()
Specifies the map style selected from an available data provider.
Valid styles: VectorEsriLightGrayCanvas, VectorEsriLight,
VectorEsriStreets, 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: VectorEsriLightGrayCanvas, VectorEsriLight,
VectorEsriStreets, 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 withStyle(String style)
Specifies the map style selected from an available data provider.
Valid styles: VectorEsriLightGrayCanvas, VectorEsriLight,
VectorEsriStreets, 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.
style - Specifies the map style selected from an available data provider.
Valid styles: VectorEsriLightGrayCanvas, VectorEsriLight,
VectorEsriStreets, 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 String toString()
toString in class ObjectObject.toString()public MapConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.