Uses of Class
com.esri.map.BingMapsLayer.MapStyle

Packages that use BingMapsLayer.MapStyle
com.esri.map   
 

Uses of BingMapsLayer.MapStyle in com.esri.map
 

Methods in com.esri.map that return BingMapsLayer.MapStyle
 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.map with parameters of type BingMapsLayer.MapStyle
 void BingMapsLayer.setMapStyle(BingMapsLayer.MapStyle mapStyle)
          Sets the map style of the Bing Maps layer. see BingMapsLayer.MapStyle for available values.
 

Constructors in com.esri.map 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.
 



Copyright © 2012. All Rights Reserved.