Package | Description |
---|---|
org.wicketstuff.openlayers3.api.source |
Modifier and Type | Method and Description |
---|---|
BingMaps.ImagerySet |
BingMaps.getImagerySet()
Returns the imagery set for this instance.
|
static BingMaps.ImagerySet |
BingMaps.ImagerySet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BingMaps.ImagerySet[] |
BingMaps.ImagerySet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BingMaps |
BingMaps.imagerySet(BingMaps.ImagerySet imagerySet)
Sets the imagery set for this instance.
|
void |
BingMaps.setImagerySet(BingMaps.ImagerySet imagerySet)
Sets the imagery set for this instance.
|
Constructor and Description |
---|
BingMaps(BingMaps.Culture culture,
String key,
BingMaps.ImagerySet imagerySet)
Creates a new instance.
|
BingMaps(String key,
BingMaps.ImagerySet imagerySet)
Creates a new instance with the default culture.
|
Copyright © 2015. All rights reserved.