示例#1
0
 public final MapTypeControlStyle getStyle() {
   return MapTypeControlStyle.fromValue(_getStyle());
 }
示例#2
0
 /**
  * Style id. Used to select what style of map type control to display.
  *
  * @param style
  */
 public final void setStyle(MapTypeControlStyle style) {
   this.setStyle(style.getValue());
 }