@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: 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.
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.
public String getStyle()
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 withStyle(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.
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.
public String toString()
toString
in class Object
Object.toString()
public MapConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.