예제 #1
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());
 }