|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BingMapsLayer.MapStyle | |
|---|---|
| com.esri.android.map.bing | Provides classes used to consume Bing Maps services and maps. |
| Uses of BingMapsLayer.MapStyle in com.esri.android.map.bing |
|---|
| Methods in com.esri.android.map.bing that return BingMapsLayer.MapStyle | |
|---|---|
static BingMapsLayer.MapStyle |
BingMapsLayer.MapStyle.fromString(String v)
|
BingMapsLayer.MapStyle |
BingMapsLayer.getMapStyle()
Returns the style of the Bing Maps layer. |
static BingMapsLayer.MapStyle |
BingMapsLayer.MapStyle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BingMapsLayer.MapStyle[] |
BingMapsLayer.MapStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.esri.android.map.bing with parameters of type BingMapsLayer.MapStyle | |
|---|---|
void |
BingMapsLayer.setMapStyle(BingMapsLayer.MapStyle mapStyle)
Sets the map style of the Bing Maps layer. |
| Constructors in com.esri.android.map.bing with parameters of type BingMapsLayer.MapStyle | |
|---|---|
BingMapsLayer(String appId,
BingMapsLayer.MapStyle mapStyle)
Creates a BingMapsLayer object from Bing Maps key and map style. |
|
BingMapsLayer(String appId,
BingMapsLayer.MapStyle mapStyle,
boolean initLayer)
Creates a BingMapsLayer object from Bing Maps key and map style. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||