public class MapConfiguration
extends java.lang.Object
implements java.io.Serializable
Specifies the map tile style selected from an available provider.
Constructor and Description |
---|
MapConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStyle()
Specifies the map style selected from an available data provider.
|
int |
hashCode() |
void |
setStyle(java.lang.String style)
Specifies the map style selected from an available data provider.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MapConfiguration |
withStyle(java.lang.String style)
Specifies the map style selected from an available data provider.
|
public java.lang.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.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
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 void setStyle(java.lang.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.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
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 MapConfiguration withStyle(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
Pattern: ^[-._\p{L}\p{N}]+$
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.