setTileRowType method

void setTileRowType(
  1. String tileRowType
)

Set the row type.

@param tileRowType can be "osm" (default) or "tms".

Implementation

void setTileRowType(String tileRowType) {
  this.tileRowType = tileRowType;
}