예제 #1
0
 public TileArea(LngLat min, LngLat max, int zoom)
 {
     this.min  = min;
     this.max  = max;
     this.zoom = zoom;
 }